u-boot/arch/arm/mach-rockchip/rk3568
Jonas Karlman 52472504e9 rockchip: rk3568: Fix alloc space exhausted in SPL
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: 2a950e3ba5 ("rockchip: Add rk3568 architecture core")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2023-07-28 18:45:03 +08:00
..
clk_rk3568.c rockchip: Add rk3568 architecture core 2021-06-18 14:36:24 +08:00
Kconfig rockchip: rk3568: Fix alloc space exhausted in SPL 2023-07-28 18:45:03 +08:00
Makefile rockchip: Add rk3568 architecture core 2021-06-18 14:36:24 +08:00
rk3568.c rockchip: rk3568: Fix boot device detection 2023-03-19 13:17:28 +08:00
syscon_rk3568.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00