[openwrt/openwrt] uboot-airoha: drop HIDDEN option
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 10 10:19:40 PST 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cce81ed05bf944bb8188875757f2ab2ddfbfa4a8
commit cce81ed05bf944bb8188875757f2ab2ddfbfa4a8
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Mon Nov 10 19:16:01 2025 +0100
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 <ansuelsmth at gmail.com>
---
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
More information about the lede-commits
mailing list