8d9927dd8f
Linux kernel 4.2.4 now has former out of the tree patch, see http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.2.y&id=c4e3a29030fce89272f080e7e92c162b24103736 Essentially removing the patch itself. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
29 lines
736 B
Plaintext
29 lines
736 B
Plaintext
# Architecture
|
|
BR2_arcle=y
|
|
BR2_archs38=y
|
|
|
|
# System
|
|
BR2_TARGET_GENERIC_HOSTNAME="axs103"
|
|
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.4"
|
|
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.4"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="axs103_smp"
|
|
|
|
# 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="axs103"
|