summaryrefslogtreecommitdiffstats
path: root/include/configs/MUSENKI.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/MUSENKI.h')
-rw-r--r--include/configs/MUSENKI.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/MUSENKI.h b/include/configs/MUSENKI.h
index 79bd608b22..27ebceb01f 100644
--- a/include/configs/MUSENKI.h
+++ b/include/configs/MUSENKI.h
@@ -155,11 +155,9 @@
*/
/* #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE */
-/*#define CONFIG_SYS_GBL_DATA_SIZE 256*/
-#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)
/*
OpenPOWER on IntegriCloud