diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-27 20:35:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-27 20:35:05 +0000 |
commit | a4ad228d968bfcc04b29b582ae6904003e453370 (patch) | |
tree | 4b324698c63d5fb4a042adae00dbb83738b629f9 /meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite | |
parent | a5b44fe6a5f3b3b083a7bd3db8054664f6cf2bdd (diff) | |
download | openembedded-core-a4ad228d968bfcc04b29b582ae6904003e453370.tar.gz openembedded-core-a4ad228d968bfcc04b29b582ae6904003e453370.tar.bz2 openembedded-core-a4ad228d968bfcc04b29b582ae6904003e453370.zip |
linux-rp-2.6.23: Add atags export patch for kexec, fix spitz suspend key problems
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3384 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite b/meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite index 0321704a1f..65b0aeff4b 100644 --- a/meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite +++ b/meta/packages/linux/linux-rp-2.6.23/defconfig-zylonite @@ -232,7 +232,8 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="console=ttyS0,38400 root=/dev/mtdblock2 rootfstype=jffs2 mem=64M dyntick=enable debug" # CONFIG_XIP_KERNEL is not set -# CONFIG_KEXEC is not set +CONFIG_KEXEC=y +CONFIG_ATAGS_PROC=y # # CPU Frequency scaling |