diff options
author | 2016-03-16 15:56:53 +0100 | |
---|---|---|
committer | 2016-03-19 14:59:02 +0100 | |
commit | 1e5bc05a04d92ca9351a986da5741971838599e4 (patch) | |
tree | a6fb93751c0e26b1412e8f0acbee9a7f75f05654 /configs/freescale_imx6sxsabresd_defconfig | |
parent | 62d1d8ce4b943ef560bba422c5b2b2bf3d536f6c (diff) | |
download | buildroot-1e5bc05a04d92ca9351a986da5741971838599e4.tar.gz buildroot-1e5bc05a04d92ca9351a986da5741971838599e4.tar.bz2 |
configs: freescale_imx6*: bump version to 3.14.52-1.1.0_ga
Consolidated GA support i.MX 6Q/QP/D/S/SL/UL and 7Dual
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/9f206ec7
https://github.com/Freescale/meta-fsl-arm/commit/33d1115d
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_imx6sxsabresd_defconfig')
-rw-r--r-- | configs/freescale_imx6sxsabresd_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/freescale_imx6sxsabresd_defconfig b/configs/freescale_imx6sxsabresd_defconfig index 7d8e815238..4a97021893 100644 --- a/configs/freescale_imx6sxsabresd_defconfig +++ b/configs/freescale_imx6sxsabresd_defconfig @@ -15,7 +15,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.10.53_1.1.0_ga" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.14.52_1.1.0_ga" BR2_LINUX_KERNEL_DEFCONFIG="imx_v7" BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y @@ -29,5 +29,5 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="mx6sxsabresd" BR2_TARGET_UBOOT_CUSTOM_GIT=y BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git" -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.53_1.1.0_ga" +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.14.52_1.1.0_ga" BR2_TARGET_UBOOT_FORMAT_IMX=y |