summaryrefslogtreecommitdiffstats
path: root/include/configs/PPChameleonEVB.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-03-17 16:43:10 +0000
committerwdenk <wdenk>2005-03-17 16:43:10 +0000
commite6325153874b567eece9c4ac294c4b82ec7b4004 (patch)
treef7e2e2816ca992c57cda20dbe89ac41b595dc6da /include/configs/PPChameleonEVB.h
parent4d00eb029008d1ef56111110ea9c61eb7e38c7c9 (diff)
downloadblackbird-obmc-uboot-e6325153874b567eece9c4ac294c4b82ec7b4004.tar.gz
blackbird-obmc-uboot-e6325153874b567eece9c4ac294c4b82ec7b4004.zip
* Fix RTC configuration for PPChameleon board
* Cleanup, fix typo in include/configs/TQM5200.h
Diffstat (limited to 'include/configs/PPChameleonEVB.h')
-rw-r--r--include/configs/PPChameleonEVB.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h
index 2ffe89f8c6..e4ad1fbd87 100644
--- a/include/configs/PPChameleonEVB.h
+++ b/include/configs/PPChameleonEVB.h
@@ -129,8 +129,9 @@
#undef CONFIG_WATCHDOG /* watchdog disabled */
-#define CONFIG_RTC_MC146818 /* DS1685 is MC146818 compatible*/
-#define CFG_RTC_REG_BASE_ADDR 0xF0000500 /* RTC Base Address */
+#define CONFIG_RTC_M41T11 1 /* uses a M41T00 RTC */
+#define CFG_I2C_RTC_ADDR 0x68
+#define CFG_M41T11_BASE_YEAR 1900
#define CONFIG_SDRAM_BANK0 1 /* init onboard SDRAM bank 0 */
OpenPOWER on IntegriCloud