diff options
author | Stefan Roese <sr@denx.de> | 2008-09-23 10:15:59 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-23 10:15:59 +0200 |
commit | 50a874b3b0272f32e3627732fab90b27fbd35066 (patch) | |
tree | 0adead0a65471cce00f6475208e513e7a8469eb3 /include/configs/socrates.h | |
parent | 5289feadb7857e2eaf81848aa632afa4a07bc0cc (diff) | |
parent | 8fd4166c467a46773f80208bda1ec3b4757747bc (diff) | |
download | u-boot-imx-50a874b3b0272f32e3627732fab90b27fbd35066.zip u-boot-imx-50a874b3b0272f32e3627732fab90b27fbd35066.tar.gz u-boot-imx-50a874b3b0272f32e3627732fab90b27fbd35066.tar.bz2 |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'include/configs/socrates.h')
-rw-r--r-- | include/configs/socrates.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 0135ac8..bbb9d18 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -87,8 +87,8 @@ #define CFG_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */ #undef CFG_DRAM_TEST /* memory test, takes time */ -#define CFG_MEMTEST_START 0x00000000 -#define CFG_MEMTEST_END 0x10000000 +#define CFG_MEMTEST_START 0x00400000 +#define CFG_MEMTEST_END 0x00C00000 /* * Base addresses -- Note these are effective addresses where the @@ -117,7 +117,7 @@ #define CONFIG_CHIP_SELECTS_PER_CTRL 2 /* I2C addresses of SPD EEPROMs */ -#define SPD_EEPROM_ADDRESS 0x51 /* CTLR 0 DIMM 0 */ +#define SPD_EEPROM_ADDRESS 0x50 /* CTLR 0 DIMM 0 */ #define CONFIG_DDR_DEFAULT_CL 30 /* CAS latency 3 */ |