uboot-sunxi: add NanoPi M1 Plus board
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
This commit is contained in:
parent
8bb33f3c98
commit
bf6b3afa8c
1 changed files with 7 additions and 0 deletions
|
@ -132,6 +132,12 @@ define U-Boot/Lamobo_R1
|
|||
BUILD_DEVICES:=sun7i-a20-lamobo-r1
|
||||
endef
|
||||
|
||||
define U-Boot/nanopi_m1_plus
|
||||
BUILD_SUBTARGET:=cortexa7
|
||||
NAME:=NanoPi M1 Plus (H3)
|
||||
BUILD_DEVICES:=sun8i-h3-nanopi-m1-plus
|
||||
endef
|
||||
|
||||
define U-Boot/nanopi_neo
|
||||
BUILD_SUBTARGET:=cortexa7
|
||||
NAME:=U-Boot for NanoPi NEO (H3)
|
||||
|
@ -188,6 +194,7 @@ UBOOT_TARGETS := \
|
|||
Linksprite_pcDuino \
|
||||
Linksprite_pcDuino3 \
|
||||
Lamobo_R1 \
|
||||
nanopi_m1_plus \
|
||||
nanopi_neo \
|
||||
orangepi_r1 \
|
||||
orangepi_plus \
|
||||
|
|
Loading…
Reference in a new issue