[LEDE-DEV] [PATCH 1/4] uboot-sunxi: add NanoPi M1 Plus board
Luis Araneda
luaraneda at gmail.com
Wed Oct 18 20:18:38 PDT 2017
Signed-off-by: Luis Araneda <luaraneda at gmail.com>
---
package/boot/uboot-sunxi/Makefile | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
index 50c6b06a71..849d8ba353 100644
--- a/package/boot/uboot-sunxi/Makefile
+++ b/package/boot/uboot-sunxi/Makefile
@@ -126,6 +126,12 @@ define U-Boot/Lamobo_R1
BUILD_DEVICES:=sun7i-a20-lamobo-r1
endef
+define U-Boot/nanopi_m1_plus
+ BUILD_SUBTARGET:=cortexa7
+ NAME:=NanoPi M1 Plus (H3)
+ BUILD_DEVICES:=sun8i-h3-nanopi-m1-plus
+endef
+
define U-Boot/nanopi_neo
BUILD_SUBTARGET:=cortexa7
NAME:=U-Boot for NanoPi NEO (H3)
@@ -176,6 +182,7 @@ UBOOT_TARGETS := \
Linksprite_pcDuino \
Linksprite_pcDuino3 \
Lamobo_R1 \
+ nanopi_m1_plus \
nanopi_neo \
orangepi_r1 \
orangepi_plus \
--
2.14.1
More information about the Lede-dev
mailing list