From 13ce37ccc9eca4db21f925b043fdba6ba6e874a1 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 20 Mar 2012 23:45:07 -0300 Subject: [PATCH] qemu/arm-versatile: update to use kernel 3.3 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- .../qemu/arm-versatile/{linux-3.2.config => linux-3.3.config} | 0 configs/qemu_arm_versatile_defconfig | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename board/qemu/arm-versatile/{linux-3.2.config => linux-3.3.config} (100%) diff --git a/board/qemu/arm-versatile/linux-3.2.config b/board/qemu/arm-versatile/linux-3.3.config similarity index 100% rename from board/qemu/arm-versatile/linux-3.2.config rename to board/qemu/arm-versatile/linux-3.3.config diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig index fdc2e72b66..f2c30b10a0 100644 --- a/configs/qemu_arm_versatile_defconfig +++ b/configs/qemu_arm_versatile_defconfig @@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.2.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.3.config" BR2_LINUX_KERNEL_ZIMAGE=y -- 2.30.2