]> git.dujemihanovic.xyz Git - u-boot.git/commit
ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN default
authorSean Anderson <sean.anderson@seco.com>
Thu, 28 Apr 2022 16:39:49 +0000 (12:39 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 5 May 2022 13:28:47 +0000 (09:28 -0400)
commit3166e6fd45ed1aba9029839b482006a839daea2f
tree0261e7bca5d882c49a0df94f8754dd4e059bb0b2
parentb789e4f215614e3aee2f78925683dc722ca617fc
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>
Kconfig