summaryrefslogtreecommitdiffstats
path: root/include/configs/ebony.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-03-16 21:11:42 +0100
committerStefan Roese <sr@denx.de>2007-03-16 21:11:42 +0100
commit8423e5e31a7235d05a482627315fb11d49c17bd7 (patch)
tree08fc66617e2f9369cf677f5f9c098aa081064de5 /include/configs/ebony.h
parent76d1466f918b881cda2d259254761e73885093c2 (diff)
downloadblackbird-obmc-uboot-8423e5e31a7235d05a482627315fb11d49c17bd7.tar.gz
blackbird-obmc-uboot-8423e5e31a7235d05a482627315fb11d49c17bd7.zip
[PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the DDR memory are dynamically programmed matching the total size of the equipped memory (DIMM modules). Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ebony.h')
-rw-r--r--include/configs/ebony.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/ebony.h b/include/configs/ebony.h
index 6c4d7cc4fe..a42319b097 100644
--- a/include/configs/ebony.h
+++ b/include/configs/ebony.h
@@ -133,8 +133,9 @@
/*-----------------------------------------------------------------------
* DDR SDRAM
*----------------------------------------------------------------------*/
-#define CONFIG_SPD_EEPROM /* Use SPD EEPROM for setup */
-#define SPD_EEPROM_ADDRESS {0x53,0x52} /* SPD i2c spd addresses */
+#define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */
+#define SPD_EEPROM_ADDRESS {0x53,0x52} /* SPD i2c spd addresses */
+#define CONFIG_PROG_SDRAM_TLB 1 /* setup SDRAM TLB's dynamically*/
/*-----------------------------------------------------------------------
* I2C
OpenPOWER on IntegriCloud