From: Chris Packham Date: Fri, 22 Nov 2024 00:30:17 +0000 (+1300) Subject: arm: mvebu: x240: Don't build mkeficapsule X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=cbbfa8d77828c754341295a6d865123309cfa011;p=u-boot.git arm: mvebu: x240: Don't build mkeficapsule The x240 board doesn't use EFI and our toolchains don't include gnutls so disable the tool in the defconfig. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese --- diff --git a/configs/x240_defconfig b/configs/x240_defconfig index 4fca1096e7..5e5b467b7b 100644 --- a/configs/x240_defconfig +++ b/configs/x240_defconfig @@ -77,3 +77,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y # CONFIG_FAT_WRITE is not set # CONFIG_SMBIOS is not set +# CONFIG_TOOLS_MKEFICAPSULE is not set