summaryrefslogtreecommitdiff
path: root/configs/armadeus_apf9328_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-10 20:50:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-11 23:00:58 +0100
commit7541ec8127db2c25011b31124eaa73a6233feb08 (patch)
treec4de406fae961c304e915a3a6bd25d4a3fce77bf /configs/armadeus_apf9328_defconfig
parentef83e9d978cace4cf260c1c3db6f4f5467f20afc (diff)
configs/apf9328: bump to a modern kernel
Since the apf9238 support is in the mainline kernel, we can bump to kernel 3.17.2. The patches can be removed because: - linux-3.1.1-0001-fixes_arm_mach-types_for_apf9328.patch is no longer needed, since the machine number for apf9328 is now upstream. - linux-3.1.1-0002-add_missing_config_option_for_apf9328.patch is no longer needed, because the MTD_CFI_INTELEXT option is selected by the imx_v4_v5_defconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/armadeus_apf9328_defconfig')
-rw-r--r--configs/armadeus_apf9328_defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 048bd288f..36001995b 100644
--- a/configs/armadeus_apf9328_defconfig
+++ b/configs/armadeus_apf9328_defconfig
@@ -15,8 +15,8 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.1.1"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_1=y
+BR2_DEFAULT_KERNEL_VERSION="3.17"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
# System
BR2_TARGET_GENERIC_HOSTNAME="apf9328"
@@ -30,6 +30,6 @@ BR2_TARGET_ROOTFS_JFFS2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1.1"
-BR2_LINUX_KERNEL_PATCH="board/armadeus/apf9328"
-BR2_LINUX_KERNEL_DEFCONFIG="mx1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.2"
+BR2_LINUX_KERNEL_DEFCONFIG="imx_v4_v5"
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x08008000"