summaryrefslogtreecommitdiffstats
path: root/include/configs/ZUMA.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ZUMA.h')
-rw-r--r--include/configs/ZUMA.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ZUMA.h b/include/configs/ZUMA.h
index 17ada0d9a5..69e28d5cdd 100644
--- a/include/configs/ZUMA.h
+++ b/include/configs/ZUMA.h
@@ -180,9 +180,9 @@
* Definitions for initial stack pointer and data area
*/
#define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
-#define CONFIG_SYS_INIT_RAM_END 0x1000
+#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
#define CONFIG_SYS_GBL_DATA_SIZE 128 /* size in bytes reserved for init data */
-#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
+#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_GBL_DATA_SIZE)
#define CONFIG_SYS_INIT_RAM_LOCK
OpenPOWER on IntegriCloud