Author: luka Date: 2015-12-28 05:56:33 +0100 (Mon, 28 Dec 2015) New Revision: 48014
Modified: trunk/package/boot/uboot-imx6/Makefile Log: 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 <[email protected]> Modified: trunk/package/boot/uboot-imx6/Makefile =================================================================== --- trunk/package/boot/uboot-imx6/Makefile 2015-12-28 04:56:27 UTC (rev 48013) +++ trunk/package/boot/uboot-imx6/Makefile 2015-12-28 04:56:33 UTC (rev 48014) @@ -28,6 +28,10 @@ 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 @@ endef UBOOTS := \ + mx6qsabresd \ nitrogen6dl \ nitrogen6dl2g \ nitrogen6q \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
