Re: [U-Boot] [PATCH v7 5/5] imx6: SPL support for iMX6 SabreSD

2014-11-13 Thread Stefano Babic
Hi John, On 12/11/2014 23:27, John Tobias wrote: > This patch will enable the support for SPL on iMX6 SabreSD. > It tested on SD2 and SD3 mmc port (Switch 1 or 2 of SW6) > > Signed-off-by: John Tobias > --- > board/freescale/mx6sabresd/mx6sabresd.c | 186 > +++- > 1

[U-Boot] [PATCH v7 5/5] imx6: SPL support for iMX6 SabreSD

2014-11-12 Thread John Tobias
This patch will enable the support for SPL on iMX6 SabreSD. It tested on SD2 and SD3 mmc port (Switch 1 or 2 of SW6) Signed-off-by: John Tobias --- board/freescale/mx6sabresd/mx6sabresd.c | 186 +++- 1 file changed, 184 insertions(+), 2 deletions(-) diff --git a/boar