diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-09-05 09:56:52 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-09-05 10:00:01 +0200 |
commit | 36c6ba3735f06f435af66175ace0dd192601ac85 (patch) | |
tree | 88b1c281dc7d6874d352b6a85bab1a2971b64401 /package/boot/uboot-imx6 | |
parent | b9f926e15146bcb3688d66562fd0f1a3e79ca747 (diff) | |
download | upstream-36c6ba3735f06f435af66175ace0dd192601ac85.tar.gz upstream-36c6ba3735f06f435af66175ace0dd192601ac85.tar.bz2 upstream-36c6ba3735f06f435af66175ace0dd192601ac85.zip |
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/boot/uboot-imx6')
-rw-r--r-- | package/boot/uboot-imx6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 6973cda5ae..3eba249bf3 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 |