summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-02-01 13:41:27 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-01 21:37:28 +0100
commite8334c86aaaaf34e3ab40bc0ec51cfc652b92558 (patch)
tree4b57ed60bb3a5ae20ef3e3e69c9012cf4586d7cd /configs
parentbbc042b91ef118cf2fc42b6b5558161c752ce6e8 (diff)
configs/imx6q-sabresd: Bump to 4.9.7 kernel
Kernel 4.9.7 has an important fix: a2104c7cd3b24c432 ("drm/atomic: clear out fence when duplicating state"), which fixes a kernel warning that triggers sometimes when starting/stopping ksmcube application several times in a row. So bump to this version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx6q-sabresd_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx6q-sabresd_defconfig b/configs/imx6q-sabresd_defconfig
index 14916689a..cc37ecf2a 100644
--- a/configs/imx6q-sabresd_defconfig
+++ b/configs/imx6q-sabresd_defconfig
@@ -30,7 +30,7 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.7"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"