Skip to content

Commit 4448d0c

Browse files
committed
am33xx: Update SYS_MALLOC_F_LEN to use 0x2000 as the default
A number of platforms here had already been increasing the size a bit, so lets moving all of them up. Signed-off-by: Tom Rini <[email protected]>
1 parent e056892 commit 4448d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ config SYS_MALLOC_F_LEN
252252
default 0x600 if ARCH_ZYNQMP_R5 || ARCH_ZYNQMP
253253
default 0x800 if ARCH_ZYNQ || ROCKCHIP_RK3128 || ROCKCHIP_RK3188 || \
254254
ROCKCHIP_RK322X || X86
255-
default 0x1000 if AM33XX || ARCH_MESON || ARCH_BMIPS || ARCH_MTMIPS
255+
default 0x1000 if ARCH_MESON || ARCH_BMIPS || ARCH_MTMIPS
256256
default 0x1800 if ARCH_TEGRA
257257
default 0x4000 if SANDBOX || RISCV || ARCH_APPLE || ROCKCHIP_RK3368 || \
258258
ROCKCHIP_RK3399

0 commit comments

Comments
 (0)