blob: 3a656136c554d88612775b37a3a077ca8807b2fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
|