From c6b17af14227f5d3d9678b2e98163acd852e7b73 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 22 Nov 2024 13:30:20 +1300 Subject: [PATCH] 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 --- configs/x530_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5