mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
2c85181c92
Signed-off-by: Enrico Butera <ebutera@users.sourceforge.net>
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-pc-plus
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-pc-plus, base on allwinner H3 CPU
|
|
|
|
require conf/machine/include/sun8i.inc
|
|
|
|
PREFERRED_VERSION_u-boot = "v2017.03%"
|
|
|
|
KERNEL_DEVICETREE = "sun8i-h3-orangepi-pc-plus.dtb"
|
|
UBOOT_MACHINE = "orangepi_pc_plus_defconfig"
|
|
|