blob: 6ff1be82200887751497dae1a3412a03eed96d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)
#@TYPE: Machine
#@NAME: Firefly RK3288
#@DESCRIPTION: Firefly-RK3288 is a high-performance platform, with strong computing power, graphic processing and video decoding ability.
#http://www.t-firefly.com/en/
require conf/machine/include/rk3288.inc
require conf/machine/include/rockchip-wic.inc
KERNEL_DEVICETREE = "rockchip/rk3288-firefly.dtb"
UBOOT_MACHINE = "firefly-rk3288_defconfig"
|