diff mbox series

[U-Boot,v2,14/34] x86: samus: Increase the pre-reloc memory

Message ID 20190217032507.124320-15-sjg@chromium.org
State Accepted
Delegated to: Bin Meng
Headers show
Series x86: Add support for sound | expand

Commit Message

Simon Glass Feb. 17, 2019, 3:24 a.m. UTC
This is too small now, likely due to the pre_reloc_only fixes. Increase
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
---

Changes in v2: None

 configs/chromebook_samus_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig
index e5483c59205..745cb3db0a6 100644
--- a/configs/chromebook_samus_defconfig
+++ b/configs/chromebook_samus_defconfig
@@ -1,6 +1,6 @@ 
 CONFIG_X86=y
 CONFIG_SYS_TEXT_BASE=0xFFE00000
-CONFIG_SYS_MALLOC_F_LEN=0x1a00
+CONFIG_SYS_MALLOC_F_LEN=0x1c00
 CONFIG_DEBUG_UART_BOARD_INIT=y
 CONFIG_DEBUG_UART_BASE=0x3f8
 CONFIG_DEBUG_UART_CLOCK=1843200