]> git.sur5r.net Git - u-boot/commitdiff
corenet_ds: Update CONFIG_SYS_GBL_DATA_SIZE to deal with growth in gd_t
authorKumar Gala <galak@kernel.crashing.org>
Fri, 22 Oct 2010 06:32:56 +0000 (01:32 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 22 Oct 2010 07:14:54 +0000 (02:14 -0500)
The recent change the env code added an additional 32 bytes into gd_t
and that causes to grow pass the previous CONFIG_SYS_GBL_DATA_SIZE size.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/corenet_ds.h

index 85147d00219a964bee3baee0eda5a5d60428a396..2733fb21e353c2f24268586bf3ada0d3bdcd612a 100644 (file)
 #endif
 #define CONFIG_SYS_INIT_RAM_END                0x00004000      /* End of used area in RAM */
 
-#define CONFIG_SYS_GBL_DATA_SIZE       128     /* num bytes initial data */
+#define CONFIG_SYS_GBL_DATA_SIZE       256     /* num bytes initial data */
 #define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET      CONFIG_SYS_GBL_DATA_OFFSET