diff options
| author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-06-09 23:14:25 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-10 11:34:25 +0200 |
| commit | e1ecf941145efb7e6ef51c89024286ada95a34f3 (patch) | |
| tree | c2e9617a01e588dd80f5d4c66584ed15e67c5d29 | |
| parent | c4ab399188a9d435cb230bbf1dc836e83829e6ef (diff) | |
| download | buildroot-e1ecf941145efb7e6ef51c89024286ada95a34f3.tar.gz buildroot-e1ecf941145efb7e6ef51c89024286ada95a34f3.zip | |
configs: mx51evk: Bump kernel version to 4.6.2
Kernel 4.6.2 contains commit 63d0430f991314 ("drm/imx: Match
imx-ipuv3-crtc components using device node in platform data")
that fixes IPUv3 probing, so bump to this kernel version.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | configs/mx51evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index 413f966920..0e2682a976 100644 --- a/configs/mx51evk_defconfig +++ b/configs/mx51evk_defconfig @@ -31,7 +31,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.6.1" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.6.2" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx51-babbage" |

