mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00

As rk3288 itself is not a machine nor a generic one that we plan to support, and as this file was created to factorize code between rk3288-based platforms, that's better to move it into the include directory. Signed-off-by: Romain Perier <romain.perier@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com>
10 lines
284 B
HTML
10 lines
284 B
HTML
# 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"
|