mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-04-09 02:16:45 +02:00
Since linux 6.5, .dts files live in vendor subdirs. Fix all `KERNEL_DEVICETREE` definitions to contain the `allwinner` subdir as prefix and drop code that previously added the prefix on demand. On the other hand, drop the prefix for `BOOT_IMAGE_FILES`, which searches the .dtb within `DEPLOY_DIR`. Signed-off-by: Oliver Kästner <git@oliver-kaestner.de>
11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Olimex A20-OLinuXino Lime2 Board with 4GB eMMC
|
|
#@DESCRIPTION: Machine configuration for the Olimex A20-OLinuXino Lime2 Board with 4GB eMMC, based on Allwinner A20 CPU
|
|
#https://github.com/OLIMEX/OLINUXINO
|
|
|
|
require conf/machine/include/sun7i.inc
|
|
|
|
KERNEL_DEVICETREE = "allwinner/sun7i-a20-olinuxino-lime2-emmc.dtb"
|
|
UBOOT_MACHINE = "A20-OLinuXino-Lime2-eMMC_config"
|
|
SUNXI_FEX_FILE = "sys_config/a20/a20-olinuxino_lime2.fex"
|