Re: [U-Boot] [PATCH 03/14] imx: ventana: move mmc_init to common

2017-03-17 Thread Stefano Babic
On 13/03/2017 16:51, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > board/gateworks/gw_ventana/common.c | 35 > + > board/gateworks/gw_ventana/gw_ventana.c | 33 --- > 2 files changed, 35 insertions(+), 33 deletions(-) > > d

[U-Boot] [PATCH 03/14] imx: ventana: move mmc_init to common

2017-03-13 Thread Tim Harvey
Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/common.c | 35 + board/gateworks/gw_ventana/gw_ventana.c | 33 --- 2 files changed, 35 insertions(+), 33 deletions(-) diff --git a/board/gateworks/gw_ventana/common.c b/board