summaryrefslogtreecommitdiffstats
path: root/include/configs/taishan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/taishan.h')
-rw-r--r--include/configs/taishan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/taishan.h b/include/configs/taishan.h
index 6423fd7f48..394dd8d8b0 100644
--- a/include/configs/taishan.h
+++ b/include/configs/taishan.h
@@ -71,8 +71,7 @@
#define CONFIG_SYS_GBL_DATA_SIZE 128 /* num bytes initial data*/
#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