summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-09-05 09:56:52 +0200
committerFelix Fietkau <nbd@nbd.name>2018-09-05 10:00:01 +0200
commit36c6ba3735f06f435af66175ace0dd192601ac85 (patch)
tree88b1c281dc7d6874d352b6a85bab1a2971b64401 /package
parentb9f926e15146bcb3688d66562fd0f1a3e79ca747 (diff)
downloadmtk-20170518-36c6ba3735f06f435af66175ace0dd192601ac85.zip
mtk-20170518-36c6ba3735f06f435af66175ace0dd192601ac85.tar.gz
mtk-20170518-36c6ba3735f06f435af66175ace0dd192601ac85.tar.bz2
imx6: use BUILD_DEVICES in uboot-imx6 for mx6cuboxi
Fixes build with the default profile Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r--package/boot/uboot-imx6/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 6973cda..3eba249 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -24,6 +24,8 @@ define U-Boot/mx6cuboxi
NAME:=SolidRun Cubox-i boards
UBOOT_IMAGE:=SPL u-boot.img
UBOOT_MAKE_FLAGS:=SPL u-boot.img
+ BUILD_DEVICES:=cubox-i
+ HIDDEN:=1
endef
define U-Boot/mx6sabresd