uboot-sunxi: build for NanoPi NEO
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
d2fdece2e1
commit
b80f6a5876
1 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue