summaryrefslogtreecommitdiffstats
path: root/configs/qemu_ppc_virtex_ml507_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-06-22 17:16:20 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-06-22 23:03:38 +0200
commit0767b48c216b8591da3da8c00d7244fc137ef32b (patch)
treeeb20fde887dc4c9194d648f57160f52c95c3c2d3 /configs/qemu_ppc_virtex_ml507_defconfig
parent1b59802dc0dcf1cb9332b2d7f9475343719b1d2c (diff)
downloadbuildroot-0767b48c216b8591da3da8c00d7244fc137ef32b.tar.gz
buildroot-0767b48c216b8591da3da8c00d7244fc137ef32b.zip
qemu/configs: update to latest kernel
Update most of the configs to the latest kernel version (4.1) except for arm-nuri which is stuck. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_ppc_virtex_ml507_defconfig')
-rw-r--r--configs/qemu_ppc_virtex_ml507_defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/qemu_ppc_virtex_ml507_defconfig b/configs/qemu_ppc_virtex_ml507_defconfig
index fd534839fc..0b3332e982 100644
--- a/configs/qemu_ppc_virtex_ml507_defconfig
+++ b/configs/qemu_ppc_virtex_ml507_defconfig
@@ -6,10 +6,10 @@ BR2_powerpc_440=y
# BR2_TARGET_ROOTFS_TAR is not set
BR2_TARGET_ROOTFS_INITRAMFS=y
-# Lock to 4.0 headers to avoid breaking with newer kernels
+# Lock to 4.1 headers to avoid breaking with newer kernels
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="4.0"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y
+BR2_DEFAULT_KERNEL_VERSION="4.1"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
# Use soft float
BR2_SOFT_FLOAT=y
@@ -17,9 +17,9 @@ BR2_SOFT_FLOAT=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.0"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/ppc-virtex-ml507/linux-4.0.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/ppc-virtex-ml507/linux-4.1.config"
BR2_LINUX_KERNEL_VMLINUX=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="virtex440-ml507"
OpenPOWER on IntegriCloud