Merge pull request #312 from louisbuchert/master

adding Lichee Pi Zero machine (booted)
This commit is contained in:
Marek Belisko 2021-04-06 22:32:13 +02:00 committed by GitHub
commit 6eb1acdbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
#@TYPE: Machine
#@NAME: licheepi-zero
#@DESCRIPTION: Machine configuration for the licheepi-zero, based on allwinner V3s CPU
require conf/machine/include/sun8i.inc
UBOOT_MACHINE = "LicheePi_Zero_defconfig"
KERNEL_DEVICETREE = "sun8i-v3s-licheepi-zero.dtb"