]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ca9x4_ct_vxp.h
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[people/ms/u-boot.git] / include / configs / ca9x4_ct_vxp.h
index 2ab5579ac3e43f47bcbf250118263119c7fe8e30..63f003db23f25215cff161d6c2db8311bc005fc8 100644 (file)
@@ -45,7 +45,6 @@
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128 * 1024)
-#define CONFIG_SYS_GBL_DATA_SIZE       128
 
 #define SCTL_BASE                      0x10001000
 #define VEXPRESS_FLASHPROG_FLVPPEN     (1 << 0)
 #define CONFIG_SYS_INIT_RAM_SIZE               0x1000
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_SDRAM_BASE + \
                                         CONFIG_SYS_INIT_RAM_SIZE - \
-                                        CONFIG_SYS_GBL_DATA_SIZE)
+                                        GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_ADDR                CONFIG_SYS_GBL_DATA_OFFSET
 
 /* Basic environment settings */