Re: [U-Boot] [PATCH] powerpc/85xx: Fix NAND SPL support

2011-11-11 Thread Kumar Gala
On Nov 9, 2011, at 9:15 AM, Kumar Gala wrote: > We cause CCSRBAR to be relocated in the SPL phase of NAND boot which > isn't expected and breaks things. Fixing the board config.h to NOT > relocate CCSR during the CONFIG_NAND_SPL phase. > > Signed-off-by: Kumar Gala > --- > include/configs/MPC8

[U-Boot] [PATCH] powerpc/85xx: Fix NAND SPL support

2011-11-09 Thread Kumar Gala
We cause CCSRBAR to be relocated in the SPL phase of NAND boot which isn't expected and breaks things. Fixing the board config.h to NOT relocate CCSR during the CONFIG_NAND_SPL phase. Signed-off-by: Kumar Gala --- include/configs/MPC8536DS.h|2 +- include/configs/MPC8569MDS.h |2 +