summaryrefslogtreecommitdiffstats
path: root/include/configs/CU824.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/CU824.h')
-rw-r--r--include/configs/CU824.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/CU824.h b/include/configs/CU824.h
index 14970e01d3..a5c2ce5e87 100644
--- a/include/configs/CU824.h
+++ b/include/configs/CU824.h
@@ -141,11 +141,10 @@
/* Size in bytes reserved for initial data
*/
-#define CONFIG_SYS_GBL_DATA_SIZE 128
#define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
-#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)
/*
* NS16550 Configuration
OpenPOWER on IntegriCloud