diff options
author | Michael Barkowski <michael.barkowski@freescale.com> | 2008-03-20 13:15:39 -0400 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-25 19:16:44 -0500 |
commit | 0fa7a1b4719e325fce332689fb8754ec166191ff (patch) | |
tree | 40dd10a241ddaab2d9fb90d112077de521952e78 /include/configs/MPC8323ERDB.h | |
parent | 5bbeea86eb6afb872374cd23217cb3c1018443ed (diff) | |
download | u-boot-imx-0fa7a1b4719e325fce332689fb8754ec166191ff.zip u-boot-imx-0fa7a1b4719e325fce332689fb8754ec166191ff.tar.gz u-boot-imx-0fa7a1b4719e325fce332689fb8754ec166191ff.tar.bz2 |
mpc8323erdb: remove RTC and add EEPROM
There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8323ERDB.h')
-rw-r--r-- | include/configs/MPC8323ERDB.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index 42571c7..94c4c6b 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -321,10 +321,10 @@ #define CFG_I2C_OFFSET 0x3000 /* - * Config on-board RTC + * Config on-board EEPROM */ -#define CONFIG_RTC_DS1374 /* use ds1374 rtc via i2c */ -#define CFG_I2C_RTC_ADDR 0x68 /* at address 0x68 */ +#define CFG_I2C_EEPROM_ADDR 0x50 +#define CFG_I2C_EEPROM_ADDR_LEN 2 /* * General PCI @@ -417,6 +417,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_I2C +#define CONFIG_CMD_EEPROM #define CONFIG_CMD_ASKENV #if defined(CONFIG_PCI) |