]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/atc.h
Had to move the RTC area for ATC board to upper addresses
[karo-tx-uboot.git] / include / configs / atc.h
index 68984965b92c3fc8481db4fd9bc996320b97e40c..1fb6ed8f12c5c06828b2618809fd17bfb6f17ec6 100644 (file)
 
 #define CONFIG_RTC_DS12887
 
-#define RTC_BASE_ADDR          0x02800000
+#define RTC_BASE_ADDR          0xF5000000
 #define RTC_PORT_ADDR          RTC_BASE_ADDR + 0x800
 #define RTC_PORT_DATA          RTC_BASE_ADDR + 0x808
 
  * HRCW_DPPCxx requires you to also change CFG_SIUMCR.
  */
 #define CFG_HRCW_MASTER                (HRCW_CIP | HRCW_ISB100 | HRCW_BMS | \
-                                HRCW_BPS10 | HRCW_DPPC10 |\
+                                HRCW_BPS10 |\
                                 HRCW_APPC10)
 
 /* no slaves so just fill with zeros */
  * SIUMCR - SIU Module Configuration                             4-31
  *-----------------------------------------------------------------------
  */
-#define CFG_SIUMCR      (SIUMCR_BBD|SIUMCR_DPPC10|SIUMCR_APPC10|\
+#define CFG_SIUMCR      (SIUMCR_BBD|SIUMCR_APPC10|\
                         SIUMCR_CS10PC00|SIUMCR_BCTLC10)
 
 /*-----------------------------------------------------------------------