conf: Add machine configuration for bananapi-m3

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
Thomas Klaehn 2019-03-12 06:22:10 +01:00
parent 2424981737
commit 3d6da70452

View File

@ -0,0 +1,14 @@
#@TYPE: Machine
#@NAME: bananapi-m3
#@DESCRIPTION: Machine configuration for the Bananapi M3, based on the
#Allwinner A83T CPU.
require conf/machine/include/sun8i.inc
PREFERRED_VERSION_u-boot = "v2018.09%"
UBOOT_MACHINE = "Sinovoip_BPI_M3_defconfig"
PREFERRED_VERSION_virtual/kernel = "4.20.15"
KERNEL_IMAGETYPE = "zImage"
KERNEL_DEVICETREE = "sun8i-a83t-bananapi-m3.dtb"