Skip to content

Commit

Permalink
uboot-imx6: update BUILD_DEVICES values
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
  • Loading branch information
pepe2k committed May 20, 2021
1 parent 959eabf commit fab114f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/boot/uboot-imx6/Makefile
Expand Up @@ -24,19 +24,19 @@ 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
BUILD_DEVICES:=toradex_apalis
endef

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
BUILD_DEVICES:=solidrun_cubox-i
endef

define U-Boot/wandboard
NAME:=Wandboard Dual Lite/Quad/Solo
BUILD_DEVICES:=wandboard
BUILD_DEVICES:=wandboard_dual
endef

UBOOT_TARGETS := \
Expand Down

0 comments on commit fab114f

Please sign in to comment.