conf: machine: Add rk3288.conf to be shared between all rk3288-based boards

This commit is contained in:
Romain Perier 2015-06-20 12:40:45 +00:00
parent be9e7abbd7
commit 22c99914e6
2 changed files with 11 additions and 6 deletions

View File

@ -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
View 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"