aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rk3188.inc
blob: 830f908cd88cf0b2ed43f4ec2a23e5f940d8f4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2015 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)

SOC_FAMILY  = "rk3188"

require conf/machine/include/arm/armv7a/tune-cortexa9.inc
require conf/machine/include/soc-family.inc
require conf/machine/include/rockchip-defaults.inc

SERIAL_CONSOLES = "115200;ttyFIQ0"

KBUILD_DEFCONFIG = "multi_v7_defconfig"
KERNEL_FEATURES:append:rk3188 = " bsp/rockchip/remove-non-rockchip-arch-arm.scc"
KERNEL_IMAGETYPE ?= "zImage"