summaryrefslogtreecommitdiff
path: root/configs/armadeus_apf28_defconfig
diff options
context:
space:
mode:
authorJulien BOIBESSOT <julien.boibessot@armadeus.com>2016-09-26 16:29:12 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-09-26 21:31:36 +0200
commit286d4850027cdde8f59f958433135910111326d9 (patch)
tree1d915a274eec578e6cbc10b58ecbfdcc190955e4 /configs/armadeus_apf28_defconfig
parentdd9c4871d5506641a08d0c8690ea6175015a4a2c (diff)
board: bump armadeus apf28's kernel version to latest longterm (4.4.22)
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/armadeus_apf28_defconfig')
-rw-r--r--configs/armadeus_apf28_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/armadeus_apf28_defconfig b/configs/armadeus_apf28_defconfig
index 30329064f..708f20bea 100644
--- a/configs/armadeus_apf28_defconfig
+++ b/configs/armadeus_apf28_defconfig
@@ -2,8 +2,8 @@
BR2_arm=y
BR2_arm926t=y
-# Linux headers same as kernel, a 3.12 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
+# Linux headers same as kernel, a 4.4 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
# System
BR2_TARGET_GENERIC_HOSTNAME="apf28"
@@ -13,9 +13,9 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4.22"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/armadeus/apf28/linux-3.12.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/armadeus/apf28/linux-4.4.config"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"
BR2_LINUX_KERNEL_DTS_SUPPORT=y