mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
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>
This commit is contained in:
parent
c55e759123
commit
498b7c2ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue