diff options
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-11-10 20:27:36 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 14:58:49 +0200 |
commit | 79265d8c5f4924a1d844378a2a9c9055e9bbc1fa (patch) | |
tree | e2d6968934585476141c711ef56adde22c118129 | |
parent | 5788bae6b80b36ad9772da5bd239a582353a2e9d (diff) |
sdm660-common: Remove unnecessary kernel board flags
TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH.
TARGET_KERNEL_HEADER_ARCH is also a no-op unless
it is different from TARGET_KERNEL_ARCH.
Change-Id: If64fb040c8ec61394e2657f13e51ff7a08519220
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 745d9a0..7de359b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,8 +58,6 @@ BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7 BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb -TARGET_KERNEL_ARCH := arm64 -TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/xiaomi/sdm660 TARGET_KERNEL_CLANG_COMPILE := true |