[openwrt/openwrt] uboot-imx6: drop 'HIDDEN' flag from 'mx6cuboxi' define

LEDE Commits lede-commits at lists.infradead.org
Thu May 20 05:23:51 PDT 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/959eabf172ccf9bc5113ee6d6dc60913c423613b

commit 959eabf172ccf9bc5113ee6d6dc60913c423613b
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Mon Mar 29 01:02:05 2021 +0200

    uboot-imx6: drop 'HIDDEN' flag from 'mx6cuboxi' define
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/boot/uboot-imx6/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index d87b599eb8..ffe2f6d6fd 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -32,7 +32,6 @@ define U-Boot/mx6cuboxi
   UBOOT_IMAGE:=SPL u-boot.img
   UBOOT_MAKE_FLAGS:=SPL u-boot.img
   BUILD_DEVICES:=cubox-i
-  HIDDEN:=1
 endef
 
 define U-Boot/wandboard



More information about the lede-commits mailing list