diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2021-01-07 17:30:49 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-18 12:05:51 +0200 |
commit | 8bbf5bc4b0f27d6f71b5746da8579390ff9be9e4 (patch) | |
tree | 7223c97d52bc3e60d7bd6c13e65532c3a793b154 /package/boot/uboot-imx6/Makefile | |
parent | 1a0afbd6f21fa44a57ce643dcc99dad654231855 (diff) | |
download | upstream-8bbf5bc4b0f27d6f71b5746da8579390ff9be9e4.tar.gz upstream-8bbf5bc4b0f27d6f71b5746da8579390ff9be9e4.tar.bz2 upstream-8bbf5bc4b0f27d6f71b5746da8579390ff9be9e4.zip |
uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis
Without 'BUILD_DEVICES' defined, the U-Boot related package won't be
automatically selected when building for Toradex Apalis device.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit 8c3383799a496fda5cfa31000b65c9b8565cf575)
Diffstat (limited to 'package/boot/uboot-imx6/Makefile')
-rw-r--r-- | package/boot/uboot-imx6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 79acd4abf7..da069b532e 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -24,6 +24,7 @@ define U-Boot/apalis_imx6 NAME:=Toradex Apalis UBOOT_IMAGE:=SPL u-boot.img u-boot-with-spl.imx UBOOT_MAKE_FLAGS:=SPL u-boot.img u-boot-with-spl.imx + BUILD_DEVICES:=apalis endef define U-Boot/mx6cuboxi |