summaryrefslogtreecommitdiff
path: root/configs/snps_axs101_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2015-09-08 17:43:49 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-20 15:01:20 +0200
commit421b938c9fee3f5462300588dd6af05cf1eb25ed (patch)
treea6861ec3e54ff3331520c16f8bca28d5ca5a2b7c /configs/snps_axs101_defconfig
parent7ebdace8ea085cbae7f50b48049758db7a9a98c1 (diff)
configs: bump ARC axs10x Linux kernel and headers to 4.2 release
Linux kernel 4.2 was finally released, so bumping from 4.2-rc5 to final release. Updating Linux headers to 4.2 branch since they are introduced in Buildroot as well already. Also adding 1 back-ported patch that makes SD/MMC cards usable on AXS boards. This patch will be a part of 4.3 (already in linux-next) and hopefully will make its way in 4.2.1. Once that patch appears in 4.2.x it can be removed from here. Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/snps_axs101_defconfig')
-rw-r--r--configs/snps_axs101_defconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/snps_axs101_defconfig b/configs/snps_axs101_defconfig
index 1f1acaced..45c6a4cd0 100644
--- a/configs/snps_axs101_defconfig
+++ b/configs/snps_axs101_defconfig
@@ -10,13 +10,14 @@ BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
# Headers
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="4.1"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+BR2_DEFAULT_KERNEL_VERSION="4.2"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2-rc5"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.2"
+BR2_LINUX_KERNEL_PATCH="board/synopsys/axs10x/patches/linux"
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
# Bootloader