From 0b64109569ba7de022384877d23eab889452a8d3 Mon Sep 17 00:00:00 2001 From: Louis Buchert Date: Tue, 30 Mar 2021 19:23:08 +0200 Subject: [PATCH] Added Lichee Pi Zero machine (booted) --- conf/machine/licheepi-zero.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/machine/licheepi-zero.conf diff --git a/conf/machine/licheepi-zero.conf b/conf/machine/licheepi-zero.conf new file mode 100644 index 0000000..a05bd49 --- /dev/null +++ b/conf/machine/licheepi-zero.conf @@ -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"