Re: [PATCH v2] ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN default

2022-05-05 Thread Tom Rini
On Thu, Apr 28, 2022 at 12:39:49PM -0400, Sean Anderson wrote: > SPL_SYS_MALLOC_F_LEN defaults to SYS_MALLOC_F_LEN. 0x1 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

[PATCH v2] ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN default

2022-04-28 Thread Sean Anderson
SPL_SYS_MALLOC_F_LEN defaults to SYS_MALLOC_F_LEN. 0x1 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 Reviewed-by: Fabio Estevam ---