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 cce81ed05b)
This commit is contained in:
Christian Marangi
2026-04-28 18:08:48 +02:00
parent 507bd4c775
commit c5de245171
-1
View File
@@ -13,7 +13,6 @@ include $(INCLUDE_DIR)/host-build.mk
define U-Boot/Default
BUILD_TARGET:=airoha
HIDDEN:=1
FIP_COMPRESS:=1
endef