mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
Add machine configuration file for the Firefly RK3288
This commit is contained in:
parent
e4758a1af7
commit
d9f365fc7c
14
conf/machine/firefly.conf
Normal file
14
conf/machine/firefly.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Copyright (C) 2014 Romain Perier
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
#@TYPE: Machine
|
||||
#@NAME: Firefly RK3288
|
||||
#@DESCRIPTION: Machine configuration for the firefly RK3288, based on Rockchip RK33288 SoC
|
||||
#http://www.t-firefly.com/en/
|
||||
|
||||
require conf/machine/include/tune-cortexa15.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
KERNEL_DEVICETREE_NAME = "rk3288-evb-act8846"
|
Loading…
Reference in New Issue
Block a user