From cce81ed05bf944bb8188875757f2ab2ddfbfa4a8 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Mon, 10 Nov 2025 19:16:01 +0100 Subject: [PATCH] uboot-airoha: drop HIDDEN option Drop HIDDEN option from U-Boot default for Airoha while support for ATF gets pushed. Signed-off-by: Christian Marangi --- package/boot/uboot-airoha/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/boot/uboot-airoha/Makefile b/package/boot/uboot-airoha/Makefile index f3ba478fee..0b811321d0 100644 --- a/package/boot/uboot-airoha/Makefile +++ b/package/boot/uboot-airoha/Makefile @@ -13,7 +13,6 @@ include $(INCLUDE_DIR)/host-build.mk define U-Boot/Default BUILD_TARGET:=airoha - HIDDEN:=1 FIP_COMPRESS:=1 endef -- 2.30.2