[source] uboot-sunxi: build for NanoPi NEO

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 8 09:09:34 PDT 2017


dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/b80f6a5876086afebde1b80383219504863636fc

commit b80f6a5876086afebde1b80383219504863636fc
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Sep 23 02:47:19 2017 +0200

    uboot-sunxi: build for NanoPi NEO
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 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 13fb8cb..50c6b06 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_neo
+  BUILD_SUBTARGET:=cortexa7
+  NAME:=U-Boot for NanoPi NEO (H3)
+  BUILD_DEVICES:=sun8i-h3-nanopi-neo
+endef
+
 define U-Boot/orangepi_r1
   BUILD_SUBTARGET:=cortexa7
   NAME:=Orange Pi R1 (H2+)
@@ -170,6 +176,7 @@ UBOOT_TARGETS := \
 	Linksprite_pcDuino \
 	Linksprite_pcDuino3 \
 	Lamobo_R1 \
+	nanopi_neo \
 	orangepi_r1 \
 	orangepi_plus \
 	pangolin \



More information about the lede-commits mailing list