Re: [U-Boot-Users] Question on ECC SDRAM initialization in PPC4xx

7 Aug
2006
7 Aug
'06
3:33 p.m.
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
6849
Age (days ago)
6849
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeff Mann