Skip to content
Snippets Groups Projects
Commit 60723803 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Change Yucca config file to support ECC


With the updated 44x DDR2 driver the Yucca board now supports
ECC generation and checking.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 490e5730
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
*----------------------------------------------------------------------*/ *----------------------------------------------------------------------*/
#define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */ #define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */
#define SPD_EEPROM_ADDRESS {0x53, 0x52} /* SPD i2c spd addresses*/ #define SPD_EEPROM_ADDRESS {0x53, 0x52} /* SPD i2c spd addresses*/
#undef CONFIG_DDR_ECC /* no ECC support for now */ #define CONFIG_DDR_ECC 1 /* with ECC support */
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* I2C * I2C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment