diff options
author | Aubrey Li <aubrey.adi@gmail.com> | 2007-03-20 22:58:25 +0800 |
---|---|---|
committer | Aubrey Li <aubrey.adi@gmail.com> | 2007-03-20 22:58:25 +0800 |
commit | b2777c087b5a564e9209988873da4ec749f85aad (patch) | |
tree | 91da9fb57d35f23b643066bb3a5fd03c01202aed /include/configs/ebony.h | |
parent | 654589873dbafcf104dff133ce0d03a4506e9cc3 (diff) | |
parent | 87e0662762b78ed7731f14add60ba0edb0479252 (diff) | |
download | u-boot-imx-b2777c087b5a564e9209988873da4ec749f85aad.zip u-boot-imx-b2777c087b5a564e9209988873da4ec749f85aad.tar.gz u-boot-imx-b2777c087b5a564e9209988873da4ec749f85aad.tar.bz2 |
Merge http://www.denx.de/git/u-boot
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 |