[U-Boot-Users] Question on ECC SDRAM initialization in PPC4xx
Jeff Mann
MannJ at embeddedplanet.com
Mon Aug 7 15:33:43 CEST 2006
>What are you looking for exactly? For a know to be working ECC init (at
least for me), please take a look at the non SPD 4xx SDRAM init code
cpu/ppc4xx/sdram.c. Here you will find code to setup and init the 440
DDR controller with and without ECC support (CONFIG_SDRAM_ECC).
Ok, I see it now:
#ifdef CONFIG_SDRAM_ECC
static void ecc_init(ulong start, ulong size)
{
...
}
and see the definition it requires defined. Thanks for the help.
-J.Mann
More information about the U-Boot
mailing list