Re: [U-Boot] [PATCH 1/7] imx6: add macro define inclusion

2014-11-09 Thread John Tobias
Hi Fabio, I didn't notice that one... Thanks for the info. Regards, john On Sun, Nov 9, 2014 at 3:26 PM, Fabio Estevam wrote: > Hi John, > > On Sun, Nov 9, 2014 at 3:51 PM, John Tobias wrote: >> add a macro define inclusion to compile the function. >> iMX6SL doesn't have an MMDC_P1_BASE_ADDR

Re: [U-Boot] [PATCH 1/7] imx6: add macro define inclusion

2014-11-09 Thread Fabio Estevam
Hi John, On Sun, Nov 9, 2014 at 3:51 PM, John Tobias wrote: > add a macro define inclusion to compile the function. > iMX6SL doesn't have an MMDC_P1_BASE_ADDR in the header. > It will break the build if the SPL features is enabled > for iMX6SL. > --- You missed to add the Signed-off-by tag in yo

[U-Boot] [PATCH 1/7] imx6: add macro define inclusion

2014-11-09 Thread John Tobias
add a macro define inclusion to compile the function. iMX6SL doesn't have an MMDC_P1_BASE_ADDR in the header. It will break the build if the SPL features is enabled for iMX6SL. --- arch/arm/cpu/armv7/mx6/ddr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/ddr.c b/arc