"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

x86: Increase SYS_MALLOC_F_LEN to 0x1000

A few x86 platforms use a SYS_MALLOC_F_LEN value of 0x1000 or higher.
With the impending move to having DEVRES enabled by default, we will
need a little more room here. Raise the default value.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>

Tom Rini 284e1a00 00967665

+2 -6
+2 -2
Kconfig
··· 299 299 ROCKCHIP_RV1108 300 300 default 0x600 if ARCH_ZYNQMP_R5 || ARCH_ZYNQMP 301 301 default 0x800 if ARCH_ZYNQ || ROCKCHIP_RK3128 || ROCKCHIP_RK3188 || \ 302 - ROCKCHIP_RK322X || X86 303 - default 0x1000 if ARCH_MESON || ARCH_BMIPS || ARCH_MTMIPS 302 + ROCKCHIP_RK322X 303 + default 0x1000 if ARCH_MESON || ARCH_BMIPS || ARCH_MTMIPS || X86 304 304 default 0x1800 if ARCH_TEGRA 305 305 default 0x4000 if SANDBOX || RISCV || ARCH_APPLE || ROCKCHIP_RK3368 || \ 306 306 ROCKCHIP_RK3399
-3
arch/x86/Kconfig
··· 133 133 config AHCI 134 134 default y 135 135 136 - config SYS_MALLOC_F_LEN 137 - default 0x800 138 - 139 136 config RAMBASE 140 137 hex 141 138 default 0x100000
-1
configs/qemu-x86_defconfig
··· 1 1 CONFIG_X86=y 2 2 CONFIG_TEXT_BASE=0xFFF00000 3 - CONFIG_SYS_MALLOC_F_LEN=0x1000 4 3 CONFIG_BLOBLIST_SIZE_RELOC=0x40000 5 4 CONFIG_NR_DRAM_BANKS=8 6 5 CONFIG_ENV_SIZE=0x40000