From: Fabio Estevam Date: Mon, 11 Sep 2017 19:35:54 +0000 (-0300) Subject: configs/mx53loco: Bump U-Boot and kernel versions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76b22c47cf805b67cfaa0629b35c193870b02e27;p=buildroot.git configs/mx53loco: Bump U-Boot and kernel versions Bump U-Boot to 2017.09 and kernel to 4.12.12 version. Signed-off-by: Fabio Estevam Signed-off-by: Peter Korsgaard --- diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 6c8949b771..0f94aa765b 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -22,13 +22,13 @@ BR2_TARGET_ROOTFS_EXT2_4=y BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="mx53loco" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.05" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.09" BR2_TARGET_UBOOT_FORMAT_IMX=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.12.1" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.12.12" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx53-qsb imx53-qsrb"