commit | 760c3d716ce14cfc11badd44976e4325f1a67f27 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu Apr 28 12:39:49 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu May 05 09:28:47 2022 -0400 |
tree | 0261e7bca5d882c49a0df94f8754dd4e059bb0b2 | |
parent | 5cb640adfab7b1e1df4e236c04800d9b4af2b7d0 [diff] |
ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN default SPL_SYS_MALLOC_F_LEN defaults to SYS_MALLOC_F_LEN. 0x10000 is 64 KiB, or around half of the total OCRAM size. Revert to the default of 0x2000. This fixes SPL boot. Fixes: 545eceb520 ("imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN default") Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Fabio Estevam <festevam@denx.de>