diff mbox

[U-Boot] omap4: increase SRAM budget to fix build error

Message ID 1312783545-14543-1-git-send-email-aneesh@ti.com
State Accepted
Commit f89f6109e977cb1aea8cee69b384ed622c2f8549
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Aneesh V Aug. 8, 2011, 6:05 a.m. UTC
Signed-off-by: Aneesh V <aneesh@ti.com>
Cc: Dirk Behme <dirk.behme@googlemail.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
---
 include/configs/omap4_panda.h   |    2 +-
 include/configs/omap4_sdp4430.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Dirk Behme Aug. 8, 2011, 2:51 p.m. UTC | #1
On 08.08.2011 08:05, Aneesh V wrote:
> Signed-off-by: Aneesh V<aneesh@ti.com>
> Cc: Dirk Behme<dirk.behme@googlemail.com>
> Cc: Sandeep Paulraj<s-paulraj@ti.com>

Acked-by: Dirk Behme<dirk.behme@googlemail.com>

> ---
>   include/configs/omap4_panda.h   |    2 +-
>   include/configs/omap4_sdp4430.h |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index e313231..814f15c 100644
> --- a/include/configs/omap4_panda.h
> +++ b/include/configs/omap4_panda.h
> @@ -245,7 +245,7 @@
>   /* 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
> diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
> index 5b3110c..1a5d7a6 100644
> --- a/include/configs/omap4_sdp4430.h
> +++ b/include/configs/omap4_sdp4430.h
> @@ -251,7 +251,7 @@
>   /* 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
diff mbox

Patch

diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index e313231..814f15c 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -245,7 +245,7 @@ 
 /* 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
diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
index 5b3110c..1a5d7a6 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/include/configs/omap4_sdp4430.h
@@ -251,7 +251,7 @@ 
 /* 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