aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2021-03-29 00:48:15 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2021-11-03 12:45:40 +0100
commitb6b09bf00cff38cfc8869053afb3dc26e2150edb (patch)
tree0dd152b8666241adf7e3407b727982a2c5b36be2
parentddfebaff9fd75301655d71a6a7bac2019d2fdc23 (diff)
downloadupstream-b6b09bf00cff38cfc8869053afb3dc26e2150edb.tar.gz
upstream-b6b09bf00cff38cfc8869053afb3dc26e2150edb.tar.bz2
upstream-b6b09bf00cff38cfc8869053afb3dc26e2150edb.zip
uboot-imx: set BUILD_SUBTARGET to 'cortexa9'
All currently supported devices belong to the imx/cortexa9 subtarget. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
-rw-r--r--package/boot/uboot-imx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-imx/Makefile b/package/boot/uboot-imx/Makefile
index 9ca4d55a1c..2faa48bd73 100644
--- a/package/boot/uboot-imx/Makefile
+++ b/package/boot/uboot-imx/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_SUBTARGET:=cortexa9
BUILD_DEVICES:=toradex_apalis
endef
@@ -31,11 +32,13 @@ define U-Boot/mx6cuboxi
NAME:=SolidRun Cubox-i boards
UBOOT_IMAGE:=SPL u-boot.img
UBOOT_MAKE_FLAGS:=SPL u-boot.img
+ BUILD_SUBTARGET:=cortexa9
BUILD_DEVICES:=solidrun_cubox-i
endef
define U-Boot/wandboard
NAME:=Wandboard Dual Lite/Quad/Solo
+ BUILD_SUBTARGET:=cortexa9
BUILD_DEVICES:=wandboard_dual
endef