summaryrefslogtreecommitdiff
path: root/configs/freescale_imx28evk_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2016-11-20 16:03:00 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-21 22:43:32 +0100
commitcbc2fd07b0089e49ecad851bd2ac38f177111d8a (patch)
tree2378951aa42b6cc765c6bd0080b570e2fda92a9b /configs/freescale_imx28evk_defconfig
parent48341ce1cb827df0862b5545900ed6b50ea6f03a (diff)
configs/imx28evk: Bump to kernel 4.8.8
Kernel 4.8.8 brings commit 235bde1ed3f0ff ("net: fec: Call swap_buffer() prior to IP header alignment"), which makes Ethernet functional again on mx28. Bump to this version. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_imx28evk_defconfig')
-rw-r--r--configs/freescale_imx28evk_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/freescale_imx28evk_defconfig b/configs/freescale_imx28evk_defconfig
index 790c33825..9c870cfcf 100644
--- a/configs/freescale_imx28evk_defconfig
+++ b/configs/freescale_imx28evk_defconfig
@@ -11,7 +11,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
# kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.8.4"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.8.8"
BR2_LINUX_KERNEL_DEFCONFIG="mxs"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx28-evk"