X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fetin%2Fdebris%2Fphantom.c;h=fcb4c40eaae9444b1c445f1bf10a4ae919dc694e;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=48b81f71e7765fcdb31df92daa1c70813a289466;hpb=d1e2319414ea5218ba801163e4530ecf2dfcbf36;p=karo-tx-uboot.git diff --git a/board/etin/debris/phantom.c b/board/etin/debris/phantom.c index 48b81f71e7..fcb4c40eaa 100644 --- a/board/etin/debris/phantom.c +++ b/board/etin/debris/phantom.c @@ -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 )