diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-03 04:37:17 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-12-13 16:32:49 -0700 |
commit | 15a5c72ca4fc4f1df04ac3ea89c0ba4e1cd48ab4 (patch) | |
tree | 988a6f13f953b6034023f28bac52bcc7bc511198 /configs/sandbox_spl_defconfig | |
parent | d117d8f19b0625f88309e47a8a32c2faa384dddc (diff) |
sandbox: Increase the pre-relocation memory
This is close to full now, so increase it to avoid problems with adding
more devices.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_spl_defconfig')
-rw-r--r-- | configs/sandbox_spl_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index 452a2ef4a5..2f83812528 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -1,7 +1,6 @@ CONFIG_SYS_TEXT_BASE=0 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y -CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_SPL=y |