commit | 81b98c6627340ffebe3bc9ab6292b538645a2ea8 | [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 | ba7455a796d29b8bac9767433ccebd4b0899e7fd [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