From: Luka Perkov Date: Mon, 28 Dec 2015 04:56:33 +0000 (+0000) Subject: uboot-imx6: add support for i.MX6q SABRE board X-Git-Tag: reboot~1067 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6a661d7fe316a55deacd25b6df7fa245b5cb7cda;p=openwrt%2Fstaging%2Fblogic.git uboot-imx6: add support for i.MX6q SABRE board U-boot ships with the `mx6qsabresd` configuration file to configure a bootloader suitable for booting the Freescale i.MX6q SABRE evaluation board from SD card. Expose this option in the uboot-imx6 Makefile. Signed-off-by: Keno Fischer SVN-Revision: 48014 --- diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index 7074da9f0d4f..1e926238d87c 100644 --- a/package/boot/uboot-imx6/Makefile +++ b/package/boot/uboot-imx6/Makefile @@ -28,6 +28,10 @@ define uboot/Default IMAGE:= endef +define uboot/mx6qsabresd + TITLE:=U-Boot for SABRE i.MX6Quad board +endef + define uboot/nitrogen6dl TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board endef @@ -65,6 +69,7 @@ define uboot/wandboard_solo endef UBOOTS := \ + mx6qsabresd \ nitrogen6dl \ nitrogen6dl2g \ nitrogen6q \