Skip to content

Commit

Permalink
uboot-sunxi: build for NanoPi NEO
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Oct 8, 2017
1 parent d2fdece commit b80f6a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/boot/uboot-sunxi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)
Expand Down Expand Up @@ -170,6 +176,7 @@ UBOOT_TARGETS := \
Linksprite_pcDuino \
Linksprite_pcDuino3 \
Lamobo_R1 \
nanopi_neo \
orangepi_r1 \
orangepi_plus \
pangolin \
Expand Down

0 comments on commit b80f6a5

Please sign in to comment.