commit | 677da16c0b2e5c74c203784d66d20c9d9f27866f | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Jun 25 13:57:17 2021 -0500 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Thu Jul 15 17:56:04 2021 +0530 |
tree | 99c4a84bd2e7e7fa0348a50c4952124ce94c1e1b | |
parent | 411c609d90922ec1011067fb19619448b1c9845e [diff] |
configs: omap3x_logic: Fix boot hang by reducing SYS_MALLOC_F_LEN The AM3517 uses SYS_MALLOC_F_LEN of size 0x3000, but the rest of the OMAP3 boards from LogicPD / BeaconEmbedded use 0x4000, but they don't boot SPL. Reduce the malloc size to restore booting. Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210625185717.243211-1-aford173@gmail.com