[U-Boot-Users] [PATCH] NAND_SPL: Remove initdram() call from nand_boot()

Scott Wood scottwood at freescale.com
Mon Jun 2 21:08:28 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[].

Are there any existing platforms that need an initdram() added elsewhere 
to accomodate this?

-Scott




More information about the U-Boot mailing list