summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-05-13 13:54:48 -0700
committerYongqin Liu <yongqin.liu@linaro.org>2022-05-20 22:25:51 +0800
commit1a0eb15f6c07cecd7d8a1db30241700453dbee4d (patch)
treefd59d9cc4c97708753173ff922f6a322f32bf921
parent815df0f042c3886ea38997075781b2d0e1e15249 (diff)
downloadhikey-linaro-lkft-android10-hikey960.tar.gz
hikey960: Bump default kernel to 4.19linaro-lkft-android10-hikey960
This moves the default HiKey960 kernel to 4.19. This change should be applied after prebuilt a 4.19 kernel is updated which has the performance hacks applied. Change-Id: I035fe6c83f1bdfe7460a55177036b5060bcd13c1 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--hikey960.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hikey960.mk b/hikey960.mk
index 232150ba..a4739492 100644
--- a/hikey960.mk
+++ b/hikey960.mk
@@ -1,5 +1,5 @@
ifndef TARGET_KERNEL_USE
-TARGET_KERNEL_USE=4.14
+TARGET_KERNEL_USE=4.19
endif
TARGET_PREBUILT_KERNEL := device/linaro/hikey-kernel/Image.gz-dtb-hikey960-$(TARGET_KERNEL_USE)
TARGET_PREBUILT_DTB := device/linaro/hikey-kernel/hi3660-hikey960.dtb-$(TARGET_KERNEL_USE)