diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-30 22:00:33 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-30 22:03:30 +0200 |
commit | 220ce9f4002284d1cd983156a3a5439cf9e1877d (patch) | |
tree | d6f736e04e39134163b8d666f317cbc6ca55511e /configs | |
parent | a2f8e626d2bd48c9c6b6aa90f6e0822d5fbd78b2 (diff) | |
download | buildroot-novena-220ce9f4002284d1cd983156a3a5439cf9e1877d.tar.gz buildroot-novena-220ce9f4002284d1cd983156a3a5439cf9e1877d.zip |
sheevaplug_defconfig: use 3.5.4 kernel
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sheevaplug_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig index 86389dd7b..ead1831f0 100644 --- a/configs/sheevaplug_defconfig +++ b/configs/sheevaplug_defconfig @@ -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 |