mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
Add machine configuration file for the MarsBoard RK3066
This commit is contained in:
parent
92d2d73d57
commit
cb5c395d47
13
conf/machine/mars-board.conf
Normal file
13
conf/machine/mars-board.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright (C) 2014 Romain Perier
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
#@TYPE: Machine
|
||||
#@NAME: MarsBoard RK3066 Board
|
||||
#@DESCRIPTION: Machine configuration for the MarsBoard, based on Rockchip RK3066 SoC
|
||||
#http://www.marsboard.com
|
||||
|
||||
require conf/machine/include/rockchip.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
KERNEL_DEVICETREE_NAME = "rk3066a-bqcurie2"
|
Loading…
Reference in New Issue
Block a user