diff options
author | 2016-06-09 23:14:24 -0300 | |
---|---|---|
committer | 2016-06-10 11:34:20 +0200 | |
commit | c4ab399188a9d435cb230bbf1dc836e83829e6ef (patch) | |
tree | 4cfe22f7ab43c5a107fb8ff810bb766e5f7a0b68 /configs/mx53loco_defconfig | |
parent | b1aceeae2d854cf7bb6946c82d27e843da38ba63 (diff) | |
download | buildroot-c4ab399188a9d435cb230bbf1dc836e83829e6ef.tar.gz buildroot-c4ab399188a9d435cb230bbf1dc836e83829e6ef.tar.bz2 |
configs: mx53loco: 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>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r-- | configs/mx53loco_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index b62172cbc7..72389e4afe 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_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" +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="imx53-qsb imx53-qsrb" |