summaryrefslogtreecommitdiffstats
path: root/include/configs/stv0991.h
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2014-12-01 12:27:53 -0800
committerTom Rini <trini@ti.com>2014-12-09 15:16:20 -0500
commit498b7c2ecc06cc96094f8ad8fb7d8cb46d79295b (patch)
tree3d7bd94eb49caacdf1cfb007c11878cb695653fb /include/configs/stv0991.h
parentc55e759123cf31fb7ca005aa5840dd9f669ad642 (diff)
downloadtalos-obmc-uboot-498b7c2ecc06cc96094f8ad8fb7d8cb46d79295b.tar.gz
talos-obmc-uboot-498b7c2ecc06cc96094f8ad8fb7d8cb46d79295b.zip
stv0991: increase the initial ram size config
It is done to make space available for driver model memory. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'include/configs/stv0991.h')
-rw-r--r--include/configs/stv0991.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index f95de06b59..80652a8f2f 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)
OpenPOWER on IntegriCloud