mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-lite
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-lite, based on Allwinner H3 CPU
|
|
|
|
require conf/machine/include/sun8i.inc
|
|
|
|
KERNEL_DEVICETREE = "sun8i-h3-orangepi-lite.dtb"
|
|
UBOOT_MACHINE = "orangepi_lite_defconfig"
|
|
|