sunxi: build image/uboot for the NanoPi NEO2

The NanoPi NEO2 is a small Allwinner H5 based board available with
different DRAM configurations.
This board is very similar to the NanoPi NEO PLUS2

Signed-off-by: Jasper Scholte <NightNL@outlook.com>
This commit is contained in:
Jasper Scholte
2018-09-19 22:31:26 +02:00
committed by Hauke Mehrtens
parent f57806b56e
commit a689307c97
2 changed files with 19 additions and 0 deletions

View File

@@ -182,6 +182,14 @@ define U-Boot/nanopi_neo_plus2
UENV:=a64
endef
define U-Boot/nanopi_neo2
BUILD_SUBTARGET:=cortexa53
NAME:=NanoPi NEO2 (H5)
BUILD_DEVICES:=sun50i-h5-nanopi-neo2
DEPENDS:=+PACKAGE_u-boot-nanopi_neo2:arm-trusted-firmware-sunxi
UENV:=a64
endef
define U-Boot/pine64_plus
BUILD_SUBTARGET:=cortexa53
NAME:=Pine64 Plus A64
@@ -237,6 +245,7 @@ UBOOT_TARGETS := \
nanopi_m1_plus \
nanopi_neo \
nanopi_neo_plus2 \
nanopi_neo2 \
orangepi_r1 \
orangepi_pc \
orangepi_plus \