aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Wei Liew <zhaoweiliew@gmail.com>2016-12-17 19:48:01 +0800
committeraudahadi <wan.audahadi@gmail.com>2016-12-20 13:46:36 +0800
commit9f58e3d41059058cee30572f58e4a38c5513ea81 (patch)
tree5d184a81b040e8a409bf61c5aa008b1cf4d47476
parentce16a1eb79a0eb9c5fd255bb732467d9106376d4 (diff)
msm8916: Use the default kernel toolchains
We have now switched to androidkernel- toolchains by default. Switch to those by removing the toolchain override. Also remove the redundant KERNEL_HEADER_ARCH flag as it is only meant to be used when it is different from KERNEL_ARCH Change-Id: Ie8b46c2536c8d92c4d9f2155944ef174a244f5a4
-rw-r--r--BoardConfigCommon.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 9601ba6..46a3154 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -53,6 +53,7 @@ BOARD_DTBTOOL_ARGS := -3
BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 2048
+TARGET_KERNEL_ARCH := arm64
# ANT+
BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"