misc: Drop allwinner prefix for machines

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>
This commit is contained in:
Marek Belisko
2023-11-13 10:59:42 +01:00
parent 40c6d52123
commit 5257bb2738
9 changed files with 10 additions and 10 deletions

View File

@@ -5,5 +5,5 @@
require conf/machine/include/sun50i-h6.inc
KERNEL_DEVICETREE = "allwinner/sun50i-h6-orangepi-one-plus.dtb"
KERNEL_DEVICETREE = "sun50i-h6-orangepi-one-plus.dtb"
UBOOT_MACHINE = "orangepi_one_plus_defconfig"