mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-04-05 16:36:45 +02:00
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-prime
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-prime, base on Allwinner H5 CPU
|
|
|
|
require conf/machine/include/sun50i.inc
|
|
require conf/machine/include/hardware/ap6212a.inc
|
|
|
|
KERNEL_DEVICETREE = "allwinner/sun50i-h5-orangepi-prime.dtb"
|
|
UBOOT_MACHINE = "orangepi_prime_defconfig"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS:append = " linux-firmware-rtl8723"
|