commit | e6cee48e5e73671d02cd51021b48992cc1599a1b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Aug 30 18:50:36 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 07 08:48:58 2016 -0400 |
tree | 37e7ef7eafa926a79c3bfeb100e6eaf4213d45f3 | |
parent | 6abecc38fc0d9f7ed81e43ec3b086e6012e20db1 [diff] |
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: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>