From: Christian Marangi Date: Mon, 10 Nov 2025 18:16:01 +0000 (+0100) Subject: uboot-airoha: drop HIDDEN option X-Git-Tag: v25.12.0-rc1~593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce81ed05bf944bb8188875757f2ab2ddfbfa4a8;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/boot/uboot-airoha/Makefile b/package/boot/uboot-airoha/Makefile index f3ba478fee0..0b811321d02 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