summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2019-01-07 20:50:09 -0800
committerJohn Stultz <john.stultz@linaro.org>2019-01-07 20:50:09 -0800
commitfeabec554555aa36d9a10d983ac6703484bee69e (patch)
tree8741b07887b9f3ea1886e36c923d3db906e87a64
parent8d0d9481a84ee095cf4c6b8e51e063fa3f9d4e58 (diff)
downloadhikey-feabec554555aa36d9a10d983ac6703484bee69e.tar.gz
hikey: Set default kernel to 4.14
We had held back on moving forward to 4.14 as it ran into the horizontal offset issue more frequently than 4.9 kernels (though it sometimes would happen w/ 4.9 and 4.4 kernels too). See: https://bugs.96boards.org/show_bug.cgi?id=671 But after a year of the issue being open, we have not had any progress from HiSi on it. The issue there is odd, and doesn't always reproduce, and at this point I feel that holding back newer kernel support is a bigger negative then the occasional horizontal offset glitch (which can be worked around by unplugging and replugging the hdmi cable). So move forward to 4.14 by default for HiKey, with the expectation that we will move on to 4.19 ASAP once a few missing features are fixed there. Change-Id: I3cd68e65002db48a29c7740264e2c2b28bdc12a3 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--hikey-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hikey-common.mk b/hikey-common.mk
index ce10c893..d4b8797d 100644
--- a/hikey-common.mk
+++ b/hikey-common.mk
@@ -1,6 +1,6 @@
ifndef TARGET_KERNEL_USE
-TARGET_KERNEL_USE=4.9
+TARGET_KERNEL_USE=4.14
endif
HIKEY_USE_DRM_HWCOMPOSER := false