summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-09-21 04:54:31 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-22 21:48:22 +0200
commitd358e457237edbcdbef77fe29c40ef8f03fa769f (patch)
treef448483aac7627c543039d041066861ae39db467
parent12adb85f799d09a12402439e28887f133de413d4 (diff)
qemu/mips64-malta: update to use kernel 3.5.4
Update to use the latest kernel 3.5.4. And also update to the latest .config knobs, otherwise we were just building a mips(32) target which failed miserably. This config is still flaky, you get a login prompt but usually fail to login, passing along an init=/bin/sh helps some but crashes are quite usual. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--board/qemu/mips64-malta/linux-3.5.config (renamed from board/qemu/mips64-malta/linux-3.3.config)0
-rw-r--r--configs/qemu_mips64_malta_defconfig7
2 files changed, 3 insertions, 4 deletions
diff --git a/board/qemu/mips64-malta/linux-3.3.config b/board/qemu/mips64-malta/linux-3.5.config
index 6e7f7eebd..6e7f7eebd 100644
--- a/board/qemu/mips64-malta/linux-3.3.config
+++ b/board/qemu/mips64-malta/linux-3.5.config
diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips64_malta_defconfig
index 5653c8832..c7e977ae8 100644
--- a/configs/qemu_mips64_malta_defconfig
+++ b/configs/qemu_mips64_malta_defconfig
@@ -1,6 +1,5 @@
# Architecture
-BR2_mips=y
-BR2_mips_64=y
+BR2_mips64=y
BR2_MIPS_NABI64=y
# Toolchain
@@ -14,9 +13,9 @@ BR2_TARGET_ROOTFS_EXT2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.3.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.5.config"
BR2_LINUX_KERNEL_VMLINUX=y
# Serial port config