From: Chris Packham Date: Fri, 22 Nov 2024 00:30:20 +0000 (+1300) Subject: arm: mvebu: x530: Don't build mkeficapsule X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=c6b17af14227f5d3d9678b2e98163acd852e7b73;p=u-boot.git arm: mvebu: x530: Don't build mkeficapsule The x530 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/x530_defconfig b/configs/x530_defconfig index 89612be631..a5b1cc3f8e 100644 --- a/configs/x530_defconfig +++ b/configs/x530_defconfig @@ -95,3 +95,4 @@ CONFIG_USB_ETHER_ASIX88179=y CONFIG_WDT=y CONFIG_WDT_ORION=y CONFIG_SPL_TINY_MEMSET=y +# CONFIG_TOOLS_MKEFICAPSULE is not set