[openwrt/openwrt] uboot-sunxi: add Xunlong Orange Pi PC

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 26 03:03:39 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/8584fee3102ac93088d7ee328219cd0691f15837

commit 8584fee3102ac93088d7ee328219cd0691f15837
Author: Vitalij Alshevsky <v_alshevsky at tut.by>
AuthorDate: Sun Feb 25 21:08:57 2018 +0300

    uboot-sunxi: add Xunlong Orange Pi PC
    
    Signed-off-by: Vitalij Alshevsky <v_alshevsky at tut.by>
---
 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 f7f96e9..9a783b8 100644
--- a/package/boot/uboot-sunxi/Makefile
+++ b/package/boot/uboot-sunxi/Makefile
@@ -150,6 +150,12 @@ define U-Boot/orangepi_r1
   BUILD_DEVICES:=sun8i-h2-plus-orangepi-r1
 endef
 
+define U-Boot/orangepi_pc
+  BUILD_SUBTARGET:=cortexa7
+  NAME:=Orange Pi PC (H3)
+  BUILD_DEVICES:=sun8i-h3-orangepi-pc
+endef
+
 define U-Boot/orangepi_plus
   BUILD_SUBTARGET:=cortexa7
   NAME:=Orange Pi Plus (H3)
@@ -215,6 +221,7 @@ UBOOT_TARGETS := \
 	nanopi_neo \
 	nanopi_neo_plus2 \
 	orangepi_r1 \
+	orangepi_pc \
 	orangepi_plus \
 	orangepi_2 \
 	pangolin \



More information about the lede-commits mailing list