]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: arria10: Disable mkeficapsule tool build
authorAlif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Thu, 4 Dec 2025 02:08:10 +0000 (18:08 -0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 17 Dec 2025 10:50:31 +0000 (18:50 +0800)
mkeficapsule tool will be built by default if EFI_LOADER is set due to
commit b7a625b1ce49 ("tools: Build mkeficapsule tool by default if
EFI_LOADER is set").

This will cause compilation error on all our SoCFPGA devices, hence we will
be disabling this config as we do not utilize this tool.

Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
configs/socfpga_arria10_defconfig

index 76fdc0aa4a6e4d4fa0e97755855bd4347f9d89a2..b32f40ae408066bf01161181eb607542596918e1 100644 (file)
@@ -68,3 +68,4 @@ CONFIG_DESIGNWARE_APB_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_DWC2=y
 # CONFIG_SPL_WDT is not set
+# CONFIG_TOOLS_MKEFICAPSULE is not set