diff mbox

[U-Boot,1/2] stv0991: increase the initial ram size config

Message ID 1417465674-6423-2-git-send-email-vikas.manocha@st.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Vikas MANOCHA Dec. 1, 2014, 8:27 p.m. UTC
It is done to make space available for driver model memory.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
---
 include/configs/stv0991.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Dec. 9, 2014, 8:17 p.m. UTC | #1
On Mon, Dec 01, 2014 at 12:27:53PM -0800, Vikas Manocha wrote:

> It is done to make space available for driver model memory.
> 
> Signed-off-by: Vikas Manocha <vikas.manocha@st.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index f95de06..80652a8 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -45,7 +45,7 @@ 
 
 /* MISC */
 #define CONFIG_SYS_LOAD_ADDR			0x00000000
-#define CONFIG_SYS_INIT_RAM_SIZE		0x2000
+#define CONFIG_SYS_INIT_RAM_SIZE		0x8000
 #define CONFIG_SYS_INIT_RAM_ADDR		0x00190000
 #define CONFIG_SYS_INIT_SP_OFFSET		\
 	(CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)