[PATCH 1/4] xilinx: mbv: Disable AVAILABLE_HARTS
Michal Simek
michal.simek at amd.com
Mon May 11 09:18:31 CEST 2026
On 4/30/26 14:03, Michal Simek wrote:
> 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
Applied.
M
More information about the U-Boot
mailing list