From 90ddf602cf96885a97581146a5e375ce5d125a39 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 30 Apr 2026 14:03:46 +0200 Subject: [PATCH] xilinx: mbv: Disable CPU driver in SPL Disable CONFIG_SPL_CPU to remove the CPU driver from SPL. The CPU driver provides runtime CPU information and enumeration which is not needed during the early SPL boot phase, saving significant code space. spl/u-boot-spl: all -922 data -208 rodata -100 text -614 Signed-off-by: Michal Simek Link: https://patch.msgid.link/96dcbd196206f48aa4552624b562124c11cafbce.1777550623.git.michal.simek@amd.com --- configs/xilinx_mbv32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig index 097d6095df2..75ce445fafb 100644 --- a/configs/xilinx_mbv32_defconfig +++ b/configs/xilinx_mbv32_defconfig @@ -38,6 +38,7 @@ CONFIG_SPL_SYS_MALLOC=y CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x80000000 CONFIG_SPL_SYS_MALLOC_SIZE=0x200000 +# CONFIG_SPL_CPU is not set # CONFIG_CMD_MII is not set CONFIG_CMD_SNTP=y CONFIG_CMD_TIMER=y