projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55e759
)
stv0991: increase the initial ram size config
author
Vikas Manocha
<vikas.manocha@st.com>
Mon, 1 Dec 2014 20:27:53 +0000
(12:27 -0800)
committer
Tom Rini
<trini@ti.com>
Tue, 9 Dec 2014 20:16:20 +0000
(15:16 -0500)
It is done to make space available for driver model memory.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
include/configs/stv0991.h
patch
|
blob
|
history
diff --git
a/include/configs/stv0991.h
b/include/configs/stv0991.h
index f95de06b59b32ff2f88cf3aa7f13dc5f6706436c..80652a8f2fb4540361239ff58450e05177d448a5 100644
(file)
--- 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 0x
2
000
+#define CONFIG_SYS_INIT_RAM_SIZE 0x
8
000
#define CONFIG_SYS_INIT_RAM_ADDR 0x00190000
#define CONFIG_SYS_INIT_SP_OFFSET \
(CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)