mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
conf: machine: Add support for vyasa-rk3288
This patch adds initial support for the Amarula Vyasa Board. Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
This commit is contained in:
parent
c84de579e2
commit
4c4d7dae31
14
conf/machine/vyasa-rk3288.conf
Normal file
14
conf/machine/vyasa-rk3288.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Copyright (C) 2018 Amarula Solutions
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
#@TYPE: Machine
|
||||
#@NAME: Amarula Vyasa RK3288
|
||||
#@DESCRIPTION: Amarula Vyasa is Rockchip RK3288 SOC based Single board computer with fully supported opensource software.
|
||||
|
||||
require conf/machine/include/rk3288.inc
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
KERNEL_DEVICETREE = "rk3288-vyasa.dtb"
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=0x02000000"
|
||||
|
||||
UBOOT_MACHINE = "vyasa-rk3288_defconfig"
|
Loading…
Reference in New Issue
Block a user