summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvin Quilao <arquilao@gmail.com>2016-09-15 01:51:10 +0000
committerlolmaxlik <ilya.lebedev.2003@mail.ru>2016-09-16 19:07:15 +0600
commitccff153dfc8d58bff617aad38b383a44ce3e94dd (patch)
treedccc3ebf90481c7900c5ae32be20aadc9e7f95d4
parent4ab50073d5760704774ef4874c8fc6b431da098d (diff)
peach: Don't build dt.img
We're using appended dtb We're slow going to Official CM preset :D Change-Id: I09b48d47e98b2018306aba6811b68526bb69bb56
-rw-r--r--board/kernel.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/kernel.mk b/board/kernel.mk
index 183df58..6218fb1 100644
--- a/board/kernel.mk
+++ b/board/kernel.mk
@@ -1,3 +1,6 @@
# Kernel
TARGET_KERNEL_CONFIG := cyanogenmod_peach_defconfig
BOARD_KERNEL_IMAGE_NAME := zImage-dtb
+BOARD_KERNEL_SEPARATED_DT := false
+TARGET_KERNEL_APPEND_DTB := true
+TARGET_USES_UNCOMPRESSED_KERNEL := true