summaryrefslogtreecommitdiffstats
path: root/include/configs/bamboo.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-11-15 16:04:58 +0100
committerStefan Roese <sr@denx.de>2005-11-15 16:04:58 +0100
commitfd49bf02149a29f0ef8a3eb56b6002c3e5761c8e (patch)
tree7bf1586bbfd935cbc823fe7773a6717dc730e1bf /include/configs/bamboo.h
parentea339205a94706d8b9170bbd89e8c1373df9a92f (diff)
downloadtalos-obmc-uboot-fd49bf02149a29f0ef8a3eb56b6002c3e5761c8e.tar.gz
talos-obmc-uboot-fd49bf02149a29f0ef8a3eb56b6002c3e5761c8e.zip
Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
Patch by Stefan Roese, 15 Nov 2005
Diffstat (limited to 'include/configs/bamboo.h')
-rw-r--r--include/configs/bamboo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h
index 95f9b5c62e..e681f6c933 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
OpenPOWER on IntegriCloud