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

Update machine include files to allow overriding of KERNEL_IMAGETYPE. [ with the following 2 tweaks by Trevor: - remove the "v3" from the commit's subject - extended patch to rk3308 and rk3588s, which were added in between this patch being submitted, and this patch being applied ] Signed-off-by: Anthony Davies <anthony.t.davies@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
17 lines
487 B
PHP
17 lines
487 B
PHP
# Copyright (C) 2015 Romain Perier
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SOC_FAMILY = "rk3288"
|
|
|
|
require conf/machine/include/arm/armv7a/tune-cortexa17.inc
|
|
require conf/machine/include/soc-family.inc
|
|
require conf/machine/include/rockchip-defaults.inc
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
KBUILD_DEFCONFIG ?= "multi_v7_defconfig"
|
|
KERNEL_FEATURES:append:rk3288 = " bsp/rockchip/remove-non-rockchip-arch-arm.scc"
|
|
KERNEL_IMAGETYPE ?= "zImage"
|
|
|
|
UBOOT_SUFFIX ?= "bin"
|