421b938c9f
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>
29 lines
775 B
Plaintext
29 lines
775 B
Plaintext
# Architecture
|
|
BR2_arcle=y
|
|
|
|
# System
|
|
BR2_TARGET_GENERIC_HOSTNAME="axs101"
|
|
BR2_TARGET_GENERIC_ISSUE="Welcome to the ARC Software Development Platform"
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|
|
BR2_SYSTEM_DHCP="eth0"
|
|
BR2_ROOTFS_OVERLAY="board/synopsys/axs10x/fs-overlay"
|
|
|
|
# Headers
|
|
BR2_KERNEL_HEADERS_VERSION=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"
|
|
BR2_LINUX_KERNEL_PATCH="board/synopsys/axs10x/patches/linux"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
|
|
|
|
# Bootloader
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
|
|
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
|
|
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
|
|
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101"
|