mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00

The upstream kernel reorganized the 32-bit arch/arm device-tree directory structure to separate out the device-trees by manufacturer (similar to the organization of the arch/arm64 device-trees). Update the references to 32-bit arm device-trees to match. This patch can now be applied since all pre-6.5-rc1 kernels have been removed from oe-core. NOTE: trying to build a post-6.5-rc1 32-bit kernel with this patch applied will fail Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Stephen Chen <stephen@radxa.com>
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
# Copyright (C) 2020 Sergey Bostandzhyan
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
#@TYPE: Machine
|
|
#@NAME: Tinker-S RK3288
|
|
#@DESCRIPTION: ASUS Tinker Board is a Raspberry Pi 3 Alternative based on Rockchip RK3288 Processor.
|
|
|
|
require conf/machine/include/tinker.inc
|
|
|
|
KERNEL_DEVICETREE = "rockchip/rk3288-tinker-s.dtb"
|
|
UBOOT_MACHINE = "tinker-s-rk3288_defconfig"
|