sunxi: build image for the NanoPi NEO
The NanoPi NEO is a small Allwinner H3 based board available with different DRAM configurations. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
333f90347e
commit
34b153d7ad
1 changed files with 9 additions and 0 deletions
|
@ -118,6 +118,15 @@ endef
|
|||
TARGET_DEVICES += sun8i-h2-plus-orangepi-r1
|
||||
|
||||
|
||||
define Device/sun8i-h3-nanopi-neo
|
||||
DEVICE_TITLE:=FriendlyARM NanoPi NEO
|
||||
SUPPORTED_DEVICES:=friendlyarm,nanopi-neo
|
||||
SUNXI_DTS:=sun8i-h3-nanopi-neo
|
||||
endef
|
||||
|
||||
TARGET_DEVICES += sun8i-h3-nanopi-neo
|
||||
|
||||
|
||||
define Device/sun8i-h3-orangepi-plus
|
||||
DEVICE_TITLE:=Xunlong Orange Pi Plus
|
||||
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
||||
|
|
Loading…
Reference in a new issue