Re: [U-Boot] [PATCH 2/8] 8xxx/ddr: add support to only compute the ddr sdram size

2011-01-14 Thread Kumar Gala
On Dec 1, 2010, at 9:35 AM, wrote: > From: Haiying Wang > > This patch adds fsl_ddr_sdram_size to only calculate the ddr sdram size, in > case that the DDR SDRAM is initialized in the 2nd stage uboot and should not > be intialized again in the final stage uboot. > > Signed-off-by: Haiying W

[U-Boot] [PATCH 2/8] 8xxx/ddr: add support to only compute the ddr sdram size

2010-12-01 Thread Haiying.Wang
From: Haiying Wang This patch adds fsl_ddr_sdram_size to only calculate the ddr sdram size, in case that the DDR SDRAM is initialized in the 2nd stage uboot and should not be intialized again in the final stage uboot. Signed-off-by: Haiying Wang --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |