summaryrefslogtreecommitdiffstats
path: root/board/etin/debris/phantom.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/etin/debris/phantom.c')
-rw-r--r--board/etin/debris/phantom.c2
1 files changed, 1 insertions, 1 deletions
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 )
OpenPOWER on IntegriCloud