From 136001675e09d1288cdbb4302ac2455a4655ba32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Mon, 26 Nov 2018 23:31:53 +0100 Subject: uboot-imx6: Add support for Toradex Apalis board family MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch is needed in order to properly boot OpenWrt bootscript. Signed-off-by: Petr Štetiar --- package/boot/uboot-imx6/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package/boot/uboot-imx6/Makefile') diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 25d68bf6ca..f431afc525 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -20,6 +20,12 @@ define U-Boot/Default UBOOT_IMAGE:=u-boot.imx endef +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 +endef + define U-Boot/mx6cuboxi NAME:=SolidRun Cubox-i boards UBOOT_IMAGE:=SPL u-boot.img @@ -62,6 +68,7 @@ define U-Boot/wandboard endef UBOOT_TARGETS := \ + apalis_imx6 \ mx6cuboxi \ mx6sabresd \ nitrogen6dl \ -- cgit v1.2.3