uboot-imx6: update BUILD_DEVICES values
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
959eabf172
commit
fab114f6f3
|
@ -24,19 +24,19 @@ 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_DEVICES:=apalis
|
BUILD_DEVICES:=toradex_apalis
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/mx6cuboxi
|
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_DEVICES:=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_DEVICES:=wandboard
|
BUILD_DEVICES:=wandboard_dual
|
||||||
endef
|
endef
|
||||||
|
|
||||||
UBOOT_TARGETS := \
|
UBOOT_TARGETS := \
|
||||||
|
|
Loading…
Reference in New Issue