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)
This commit is contained in:
Christian Marangi 2025-11-10 19:16:01 +01:00
parent 507bd4c775
commit c5de245171
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

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