sheevaplug_defconfig: use 3.5.4 kernel
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 30 Sep 2012 20:00:33 +0000 (22:00 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 30 Sep 2012 20:03:30 +0000 (22:03 +0200)
Notice that you need u-boot >= 2012.04 to be able to boot kernel >= 3.2,
because older u-boots keep the l2 cache enabled, see u-boot commit
679530278 (arm, arm-kirkwood: disable l2c before linux boot) for details.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/sheevaplug_defconfig

index 86389dd7b95f0e934e3aacd21d08c084472f1197..ead1831f0a6499d9d71a985330e30d0be4862b8d 100644 (file)
@@ -19,6 +19,6 @@ BR2_TARGET_UBOOT_FORMAT_KWB=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.39.4"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_DEFCONFIG="kirkwood"
 BR2_LINUX_KERNEL_UIMAGE=y