diff options
author | Simon Glass <sjg@chromium.org> | 2018-09-02 17:02:25 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-10-22 17:51:45 +0800 |
commit | d7e84521feed2d2a45912b47a82c4700ee3c164a (patch) | |
tree | 2e5fdb4fda167fa916bd744cbe1b4f7dc800ec94 /configs/chromebook_samus_defconfig | |
parent | 25db3403094a57320644544eb0f38b1670a6716b (diff) | |
download | u-boot-d7e84521feed2d2a45912b47a82c4700ee3c164a.tar.gz |
chromebook_samus: Increase pre-relocation memory
With bootstage now allocating pre-relocation memory the current amount
available is insufficient. Increase it a little.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/chromebook_samus_defconfig')
-rw-r--r-- | configs/chromebook_samus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig index 8f2336c633..e5483c5920 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=0x1800 +CONFIG_SYS_MALLOC_F_LEN=0x1a00 CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 |