summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffy Chen <jeffy.chen@rock-chips.com>2015-12-18 11:59:52 +0800
committerleozwang <leozwang@google.com>2015-12-22 14:42:13 -0800
commit48cb60eed6fc5abc8e022e1619930b201fab5d83 (patch)
tree380463228496e0582da08713d275de28a2044a1d
parentba6801e0b03377b836c26e600797070817769be4 (diff)
downloadrockchip-48cb60eed6fc5abc8e022e1619930b201fab5d83.tar.gz
kylin: Remove TARGET_KERNEL_DTB, we will use concatenated dtb in kernel
Change-Id: I3a9da95628e0098f646ba72833ad2484470d2f9d
-rw-r--r--soc/rk3036/soc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/soc/rk3036/soc.mk b/soc/rk3036/soc.mk
index 00378cb..a914649 100644
--- a/soc/rk3036/soc.mk
+++ b/soc/rk3036/soc.mk
@@ -17,7 +17,7 @@
# TODO(leecam): Make this automatic.
LOCAL_PATH := hardware/bsp/rockchip/soc/rk3036
-# Arm32 device.
+# ARM32 device.
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a
TARGET_CPU_VARIANT := generic
@@ -47,7 +47,6 @@ BOARD_SEPOLICY_DIRS += \
TARGET_KERNEL_SRC := hardware/bsp/kernel/common/v4.1
TARGET_KERNEL_DEFCONFIG := rk3036_kylin_defconfig
TARGET_KERNEL_CONFIGS := $(realpath $(LOCAL_PATH)/soc.kconf)
-TARGET_KERNEL_DTB := rk3036-evb.dtb
# Default Keystore HAL
DEVICE_PACKAGES += \