[U-Boot-Users] [PATCH] NAND_SPL: Remove initdram() call from nand_boot()
Scott Wood
scottwood at freescale.com
Mon Jun 2 21:15:15 CEST 2008
Stefan Roese wrote:
> This patch removes the SDRAM initilization call initdram() from
> nand_boot(). This is done mainly because I experienced problems with
> some boards like Kilauea (405EX), which don't have internal SRAM (OCM)
> and relocation needs to be done to SDRAM before the NAND controller
> can get accessed. When initdram() is called later on in nand_boot(),
> this can lead to problems with variables in the bss sections like
> nand_ecc_pos[].
>
> Signed-off-by: Stefan Roese <sr at denx.de>
Acked-by: Scott Wood <scottwood at freescale.com>
Please send via the 4xx tree in order for the initdram move to be atomic.
-Scott
More information about the U-Boot
mailing list