mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 16:53:06 +00:00
52472504e9
Current SYS_MALLOC_F_LEN of 0x2000 (8 KB) used in SPL is too small for
some RK3568 boards. SPL will print following during boot:
alloc space exhausted
Increase the default SYS_MALLOC_F_LEN to 0x20000 (128 KB) to mitigate.
Fixes:
|
||
---|---|---|
.. | ||
clk_rk3568.c | ||
Kconfig | ||
Makefile | ||
rk3568.c | ||
syscon_rk3568.c |