diff options
| author | Tom Rini <[email protected]> | 2025-12-27 16:37:10 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-09 09:08:14 -0600 |
| commit | 284e1a00f4f28dcd6ddc8c860d22f1c8c427c5d5 (patch) | |
| tree | 7183117b2571b3380c6996cb0a637784b34c00e4 /configs | |
| parent | 00967665f6f91529b6aad266c4b09128da88550b (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/qemu-x86_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index a3210bc4a5c..6bea902c947 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -1,6 +1,5 @@ CONFIG_X86=y CONFIG_TEXT_BASE=0xFFF00000 -CONFIG_SYS_MALLOC_F_LEN=0x1000 CONFIG_BLOBLIST_SIZE_RELOC=0x40000 CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x40000 |
