summaryrefslogtreecommitdiffstats
path: root/include/configs/OXC.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/OXC.h')
-rw-r--r--include/configs/OXC.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/OXC.h b/include/configs/OXC.h
index 0f362f1b84..bc8e718f17 100644
--- a/include/configs/OXC.h
+++ b/include/configs/OXC.h
@@ -150,8 +150,7 @@
#define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
-#define CONFIG_SYS_GBL_DATA_SIZE 128
-#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_GBL_DATA_SIZE)
+#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
#define CONFIG_SYS_MALLOC_LEN (512 << 10) /* Reserve 512 kB for malloc() */
OpenPOWER on IntegriCloud