mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
5257bb2738
As we have automatic KERNEL_DEVICETREE prefix handling we don't need to add allwinner prefix Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
17 lines
499 B
Plaintext
17 lines
499 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-zero-2
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-zero-2, based on Allwinner H616 CPU
|
|
|
|
require conf/machine/include/sun50i-h616.inc
|
|
|
|
KERNEL_DEVICETREE = "sun50i-h616-orangepi-zero2.dtb"
|
|
UBOOT_MACHINE = "orangepi_zero2_defconfig"
|
|
|
|
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
|
|
|
|
# as for now neither graphics nor audio is supported
|
|
MACHINE_FEATURES:remove = "alsa x11"
|
|
MACHINE_FEATURES:append = "bluetooth wifi"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "uwe5622-firmware"
|