mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
conf: machine: Add rk3288.conf to be shared between all rk3288-based boards
This commit is contained in:
parent
be9e7abbd7
commit
22c99914e6
|
@ -6,9 +6,5 @@
|
|||
#@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-firefly"
|
||||
include conf/machine/rk3288.conf
|
||||
KERNEL_DEVICETREE = "rk3288-firefly.dtb"
|
||||
|
|
9
conf/machine/rk3288.conf
Normal file
9
conf/machine/rk3288.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Copyright (C) 2015 Romain Perier
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
require conf/machine/include/tune-cortexa15.inc
|
||||
|
||||
DEFAULTTUNE="cortexa15-neon"
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
Loading…
Reference in New Issue
Block a user