mirror of https://github.com/hak5/openwrt.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 <keno@juliacomputing.com> SVN-Revision: 48014lede-17.01
parent
3d11f8ae36
commit
6a661d7fe3
|
@ -28,6 +28,10 @@ define uboot/Default
|
||||||
IMAGE:=
|
IMAGE:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define uboot/mx6qsabresd
|
||||||
|
TITLE:=U-Boot for SABRE i.MX6Quad board
|
||||||
|
endef
|
||||||
|
|
||||||
define uboot/nitrogen6dl
|
define uboot/nitrogen6dl
|
||||||
TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board
|
TITLE:=U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board
|
||||||
endef
|
endef
|
||||||
|
@ -65,6 +69,7 @@ define uboot/wandboard_solo
|
||||||
endef
|
endef
|
||||||
|
|
||||||
UBOOTS := \
|
UBOOTS := \
|
||||||
|
mx6qsabresd \
|
||||||
nitrogen6dl \
|
nitrogen6dl \
|
||||||
nitrogen6dl2g \
|
nitrogen6dl2g \
|
||||||
nitrogen6q \
|
nitrogen6q \
|
||||||
|
|
Loading…
Reference in New Issue