uboot-airoha: drop HIDDEN option
authorChristian Marangi <[email protected]>
Mon, 10 Nov 2025 18:16:01 +0000 (19:16 +0100)
committerChristian Marangi <[email protected]>
Mon, 10 Nov 2025 18:16:01 +0000 (19:16 +0100)
Drop HIDDEN option from U-Boot default for Airoha while support for ATF
gets pushed.

Signed-off-by: Christian Marangi <[email protected]>
package/boot/uboot-airoha/Makefile

index f3ba478fee00b531e3fdc1dd5dba96da6f06329e..0b811321d025b1f2d179d662d5133d6ed63bb90e 100644 (file)
@@ -13,7 +13,6 @@ include $(INCLUDE_DIR)/host-build.mk
 
 define U-Boot/Default
   BUILD_TARGET:=airoha
-  HIDDEN:=1
   FIP_COMPRESS:=1
 endef