summaryrefslogtreecommitdiffstats
path: root/include/configs/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/icon.h')
-rw-r--r--include/configs/icon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/icon.h b/include/configs/icon.h
index 7a4e60cbc0..eb419ebfdc 100644
--- a/include/configs/icon.h
+++ b/include/configs/icon.h
@@ -100,8 +100,7 @@
#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - \
CONFIG_SYS_GBL_DATA_SIZE)
-#define CONFIG_SYS_POST_WORD_ADDR (CONFIG_SYS_GBL_DATA_OFFSET - 0x4)
-#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_POST_WORD_ADDR
+#define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_GBL_DATA_OFFSET - 0x4)
/*
* Serial Port
OpenPOWER on IntegriCloud