Skip to content
Snippets Groups Projects
Commit 90c08d9e authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL


If both SPL_DM and SPL_OF_CONTROL are enabled, SPL needs to bind
several devices, but CONFIG_SYS_MALLOC_F_LEN=0x400 is apparently
not enough.  Increase the default to 0x2000 for the case.  This
will be helpful for shorter defconfigs.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 15446988
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 19 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment