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>
This commit is contained in:
Christian Marangi 2025-11-10 19:16:01 +01:00
parent eedc7b3b79
commit cce81ed05b
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