Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[platform/kernel/u-boot.git] / include / configs / at91rm9200ek.h
index b386057..14559f5 100644 (file)
 #define CONFIG_SYS_MALLOC_LEN          ROUND(3 * CONFIG_ENV_SIZE + SZ_128K, \
                                             SZ_4K)
 /* size in bytes reserved for initial data */
-#define CONFIG_SYS_GBL_DATA_SIZE       128
 
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + SZ_4K \
-                                       - CONFIG_SYS_GBL_DATA_SIZE)
+                                       - GENERATED_GBL_DATA_SIZE)
 
 #define CONFIG_STACKSIZE               SZ_32K  /* regular stack */
 #define CONFIG_STACKSIZE_IRQ           SZ_4K   /* Unsure if to big or to small*/