commit | 90c08d9e08c7a108ab904f3bbdeb558081757892 | [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 | 1544698816a32284947322d0f0fe1478a9b65ad3 [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>