mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-24 15:43:25 +00:00
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>
This commit is contained in:
parent
ddfebaff9f
commit
b6b09bf00c
@ -24,6 +24,7 @@ define U-Boot/apalis_imx6
|
|||||||
NAME:=Toradex Apalis
|
NAME:=Toradex Apalis
|
||||||
UBOOT_IMAGE:=SPL u-boot.img u-boot-with-spl.imx
|
UBOOT_IMAGE:=SPL u-boot.img u-boot-with-spl.imx
|
||||||
UBOOT_MAKE_FLAGS:=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
|
BUILD_DEVICES:=toradex_apalis
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -31,11 +32,13 @@ define U-Boot/mx6cuboxi
|
|||||||
NAME:=SolidRun Cubox-i boards
|
NAME:=SolidRun Cubox-i boards
|
||||||
UBOOT_IMAGE:=SPL u-boot.img
|
UBOOT_IMAGE:=SPL u-boot.img
|
||||||
UBOOT_MAKE_FLAGS:=SPL u-boot.img
|
UBOOT_MAKE_FLAGS:=SPL u-boot.img
|
||||||
|
BUILD_SUBTARGET:=cortexa9
|
||||||
BUILD_DEVICES:=solidrun_cubox-i
|
BUILD_DEVICES:=solidrun_cubox-i
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/wandboard
|
define U-Boot/wandboard
|
||||||
NAME:=Wandboard Dual Lite/Quad/Solo
|
NAME:=Wandboard Dual Lite/Quad/Solo
|
||||||
|
BUILD_SUBTARGET:=cortexa9
|
||||||
BUILD_DEVICES:=wandboard_dual
|
BUILD_DEVICES:=wandboard_dual
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user