]> Git Repo - J-u-boot.git/commitdiff
omap4: increase SRAM budget to fix build error
authorAneesh V <[email protected]>
Sun, 7 Aug 2011 20:05:45 +0000 (20:05 +0000)
committerAlbert ARIBAUD <[email protected]>
Sun, 4 Sep 2011 09:34:30 +0000 (11:34 +0200)
Signed-off-by: Aneesh V <[email protected]>
Cc: Dirk Behme <[email protected]>
Cc: Sandeep Paulraj <[email protected]>
Acked-by: Dirk Behme<[email protected]>
include/configs/omap4_panda.h
include/configs/omap4_sdp4430.h

index e313231a4d58a675bd0c1f2152d2c8a02175c86a..814f15c5c48f1a17ba8b73754ea7432671457af1 100644 (file)
 /* Defines for SPL */
 #define CONFIG_SPL
 #define CONFIG_SPL_TEXT_BASE           0x40304350
-#define CONFIG_SPL_MAX_SIZE            0x8000  /* 32 K */
+#define CONFIG_SPL_MAX_SIZE            (38 * 1024)
 #define CONFIG_SPL_STACK               LOW_LEVEL_SRAM_STACK
 
 #define CONFIG_SPL_BSS_START_ADDR      0x80000000
index 5b3110cd50605b8ea7270d6de7b7e228a564de4d..1a5d7a66c5ce01447025278788398426981b9d87 100644 (file)
 /* Defines for SPL */
 #define CONFIG_SPL
 #define CONFIG_SPL_TEXT_BASE           0x40304350
-#define CONFIG_SPL_MAX_SIZE            0x8000  /* 32 K */
+#define CONFIG_SPL_MAX_SIZE            (38 * 1024)
 #define CONFIG_SPL_STACK               LOW_LEVEL_SRAM_STACK
 
 #define CONFIG_SPL_BSS_START_ADDR      0x80000000
This page took 0.039018 seconds and 4 git commands to generate.