]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
socrates: fix SPD EEPROM address
authorAnatolij Gustschin <agust@denx.de>
Wed, 17 Sep 2008 09:45:51 +0000 (11:45 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 22 Sep 2008 19:46:56 +0000 (21:46 +0200)
Commit be0bd8234b9777ecd63c4c686f72af070d886517
changed SPD EEPROM address to 0x51 and DDR SDRAM
detection stopped working. Change this address
back to 0x50.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/configs/socrates.h

index 0135ac8531ab4388398b5d33be8b3d2063dae90f..28e8fd2f9cbd550cae7be9d8eb9d040791ce8b6d 100644 (file)
 #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        */