]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/etin/debris/phantom.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / board / etin / debris / phantom.c
index 48b81f71e7765fcdb31df92daa1c70813a289466..fcb4c40eaae9444b1c445f1bf10a4ae919dc694e 100644 (file)
@@ -20,7 +20,7 @@
 
 #if defined(CONFIG_CMD_DATE)
 
-#define RTC_BASE (CFG_NVRAM_BASE_ADDR + 0x7fff8)
+#define RTC_BASE (CONFIG_SYS_NVRAM_BASE_ADDR + 0x7fff8)
 
 #define RTC_YEAR                ( RTC_BASE + 7 )
 #define RTC_MONTH               ( RTC_BASE + 6 )