diff options
author | Stefan Roese <sr@denx.de> | 2007-03-07 16:43:00 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-07 16:43:00 +0100 |
commit | fa1aef15bcd47736687be1af544506e90fba545d (patch) | |
tree | 1471408a2f4376093e7ade7f5f101e583a661e72 /include/configs/ocotea.h | |
parent | e2ebe696818939e2b974628be9c921ea3fe9de13 (diff) | |
download | u-boot-imx-fa1aef15bcd47736687be1af544506e90fba545d.zip u-boot-imx-fa1aef15bcd47736687be1af544506e90fba545d.tar.gz u-boot-imx-fa1aef15bcd47736687be1af544506e90fba545d.tar.bz2 |
[PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea 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/ocotea.h')
-rw-r--r-- | include/configs/ocotea.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index 0e3660b..fe4e638 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -148,8 +148,9 @@ /*----------------------------------------------------------------------- * DDR SDRAM *----------------------------------------------------------------------*/ -#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 CONFIG_PROG_SDRAM_TLB 1 /* setup SDRAM TLB's dynamically*/ /*----------------------------------------------------------------------- * I2C |