summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-11-10 18:16:01 +0000
committerChristian Marangi2026-04-28 16:08:48 +0000
commitc5de245171de11c694bb7720f5d30ab4467829ca (patch)
tree4ccdec8a1d7f7382eb6e97e966e41251ba9e28d6
parent507bd4c77520af2bf68406654b4b9e146c27b4a6 (diff)
downloadopenwrt-c5de245171de11c694bb7720f5d30ab4467829ca.tar.gz
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@gmail.com> (cherry picked from commit cce81ed05bf944bb8188875757f2ab2ddfbfa4a8)
-rw-r--r--package/boot/uboot-airoha/Makefile1
1 files changed, 0 insertions, 1 deletions
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