diff options
author | Stefan Roese <sr@denx.de> | 2008-01-05 10:13:40 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-05 10:13:40 +0100 |
commit | 6399b23d60300e91b4e724a622b6819660f6044f (patch) | |
tree | 661c39d5bcd0a14fec3f5be48ab5653186944276 /include/configs | |
parent | 49db47b8ae6afff2b898be312948ff501357dc80 (diff) | |
parent | 5ba576c01602fd328800a427964c36a0a05c5dce (diff) | |
download | u-boot-imx-6399b23d60300e91b4e724a622b6819660f6044f.zip u-boot-imx-6399b23d60300e91b4e724a622b6819660f6044f.tar.gz u-boot-imx-6399b23d60300e91b4e724a622b6819660f6044f.tar.bz2 |
Merge branch 'katmai-ddr-gda'
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/katmai.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index 0aa4f2d..78c794a 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -111,6 +111,7 @@ #define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */ #define SPD_EEPROM_ADDRESS {0x51, 0x52} /* SPD i2c spd addresses*/ #define CONFIG_DDR_ECC 1 /* with ECC support */ +#define CONFIG_DDR_RQDC_FIXED 0x80000038 /* optimal value found by GDA*/ #undef CONFIG_STRESS /*----------------------------------------------------------------------- |