diff options
author | Stefan Roese <sr@denx.de> | 2007-03-16 21:11:42 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-16 21:11:42 +0100 |
commit | 8423e5e31a7235d05a482627315fb11d49c17bd7 (patch) | |
tree | 08fc66617e2f9369cf677f5f9c098aa081064de5 /include/configs/ebony.h | |
parent | 76d1466f918b881cda2d259254761e73885093c2 (diff) | |
download | u-boot-imx-8423e5e31a7235d05a482627315fb11d49c17bd7.zip u-boot-imx-8423e5e31a7235d05a482627315fb11d49c17bd7.tar.gz u-boot-imx-8423e5e31a7235d05a482627315fb11d49c17bd7.tar.bz2 |
[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.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/ebony.h b/include/configs/ebony.h index 6c4d7cc..a42319b 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 |