[PATCH 1/4] xilinx: mbv: Disable AVAILABLE_HARTS
Michal Simek
michal.simek at amd.com
Thu Apr 30 14:03:44 CEST 2026
The MicroBlaze V platform has only a single hart, so multi-hart
enumeration support is unnecessary. Disable CONFIG_AVAILABLE_HARTS
to reduce code size.
all -121 data -12 text -109
spl/u-boot-spl: all -68 data -4 text -64
Signed-off-by: Michal Simek <michal.simek at 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 4ff3bd6b6875..4a61c9eb5e3d 100644
--- a/configs/xilinx_mbv32_defconfig
+++ b/configs/xilinx_mbv32_defconfig
@@ -18,6 +18,7 @@ CONFIG_BOOT_SCRIPT_OFFSET=0x0
CONFIG_TARGET_XILINX_MBV=y
# CONFIG_RISCV_ISA_F is not set
# CONFIG_SPL_SMP is not set
+# CONFIG_AVAILABLE_HARTS is not set
CONFIG_REMAKE_ELF=y
# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
--
2.43.0
base-commit: 6ada697cef076eaed1971c4877c402a91ad5cb48
More information about the U-Boot
mailing list