15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
#@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"
|
|
|