diff options
author | Stefan Roese <sr@denx.de> | 2005-11-15 16:23:41 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-11-15 16:23:41 +0100 |
commit | c7911c7e8fabeb37d5a4b6a8ee26a0d841e01cfe (patch) | |
tree | da3df55f876b03708a580b1e9c3b77b945c77980 /include | |
parent | feaedfcf84c92599c0b805f66cc8a628d82411f0 (diff) | |
parent | fd49bf02149a29f0ef8a3eb56b6002c3e5761c8e (diff) |
Merge with /server/home/stefan/git/u-boot/bamboo-sdram
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/bamboo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 95f9b5c62..e681f6c93 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -205,8 +205,9 @@ * DDR SDRAM *----------------------------------------------------------------------------- */ #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for setup */ -#define SPD_EEPROM_ADDRESS {0x50,0x51} /* SPD i2c spd addresses */ -#define CFG_SDRAM_ONBOARD_SIZE (64 << 20) /* Bamboo has onboard and DIMM-slots!*/ +#undef CONFIG_DDR_ECC /* don't use ECC */ +#define CFG_SIMULATE_SPD_EEPROM 0xff /* simulate spd eeprom on this address */ +#define SPD_EEPROM_ADDRESS {CFG_SIMULATE_SPD_EEPROM, 0x50, 0x51} /*----------------------------------------------------------------------- * I2C |