summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2026-04-30 14:03:46 +0200
committerMichal Simek <[email protected]>2026-08-12 06:55:14 +0200
commit90ddf602cf96885a97581146a5e375ce5d125a39 (patch)
treef7d0205b4cc6833417530de9a7d8501118ccf204
parent93332d403a97592c509731af470405058e88904e (diff)
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 <[email protected]> Link: https://patch.msgid.link/96dcbd196206f48aa4552624b562124c11cafbce.1777550623.git.michal.simek@amd.com
-rw-r--r--configs/xilinx_mbv32_defconfig1
1 files changed, 1 insertions, 0 deletions
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