From: Michal Simek Date: Wed, 3 Dec 2025 07:20:32 +0000 (+0100) Subject: xilinx: mbv32: Disable floating point X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94fe1c16d88ed861546dc4369bf034df79bc511;p=thirdparty%2Fu-boot.git xilinx: mbv32: Disable floating point MB-V 32 has optional single precision FPU (64bit has single and double precision FPU) but there is no use and reason to enable FPU by default that's why disable it. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/2c043ed05643fee200a79eb08bfd5c0041663bd2.1764746430.git.michal.simek@amd.com --- diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig index 88d9e5ce6b2..81c0f8e9e93 100644 --- a/configs/xilinx_mbv32_defconfig +++ b/configs/xilinx_mbv32_defconfig @@ -18,6 +18,7 @@ CONFIG_SYS_CLK_FREQ=100000000 CONFIG_BOOT_SCRIPT_OFFSET=0x0 CONFIG_DEBUG_UART=y CONFIG_TARGET_XILINX_MBV=y +# CONFIG_RISCV_ISA_F is not set # CONFIG_SPL_SMP is not set CONFIG_REMAKE_ELF=y CONFIG_FIT=y