summaryrefslogtreecommitdiffstats
path: root/include/configs/dlvision.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/dlvision.h')
-rw-r--r--include/configs/dlvision.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/dlvision.h b/include/configs/dlvision.h
index c9bd26118b..c490ff67da 100644
--- a/include/configs/dlvision.h
+++ b/include/configs/dlvision.h
@@ -193,9 +193,8 @@
#define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_OCM_DATA_ADDR /* in SDRAM */
#define CONFIG_SYS_INIT_RAM_SIZE CONFIG_SYS_OCM_DATA_SIZE /* Size of used area */
-#define CONFIG_SYS_GBL_DATA_SIZE 128 /* size/bytes res'd for init data*/
#define CONFIG_SYS_GBL_DATA_OFFSET \
- (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_GBL_DATA_SIZE)
+ (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
/*
OpenPOWER on IntegriCloud