summaryrefslogtreecommitdiffstats
path: root/include/configs/eXalion.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/eXalion.h')
-rw-r--r--include/configs/eXalion.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/eXalion.h b/include/configs/eXalion.h
index 11cfe70698..61f34ddc44 100644
--- a/include/configs/eXalion.h
+++ b/include/configs/eXalion.h
@@ -122,8 +122,7 @@
#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
#define CONFIG_SYS_INIT_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_INIT_DATA_SIZE)
-#define CONFIG_SYS_GBL_DATA_SIZE 256 /* size in bytes reserved for initial data */
-#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
OpenPOWER on IntegriCloud