diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-27 21:27:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-27 21:27:35 +0000 |
commit | 2118494c862cc7442fda5249394b924575a6f7ca (patch) | |
tree | f91e12110674e52af90c2be1d4f91f5a7fe75221 /packages/linux/linux-rp-2.6.23/defconfig-hx2000 | |
parent | 9818cb466e37b29cb87a54fe2daa70f7ec92b90a (diff) |
linux-rp-2.6.23: Add atags export patch for kexec use. Fix spitz suspend key issue. Sync kernel mirror uri tweak from poky.
Diffstat (limited to 'packages/linux/linux-rp-2.6.23/defconfig-hx2000')
-rw-r--r-- | packages/linux/linux-rp-2.6.23/defconfig-hx2000 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.23/defconfig-hx2000 b/packages/linux/linux-rp-2.6.23/defconfig-hx2000 index ee05db4e5a..e0596c4c56 100644 --- a/packages/linux/linux-rp-2.6.23/defconfig-hx2000 +++ b/packages/linux/linux-rp-2.6.23/defconfig-hx2000 @@ -210,7 +210,8 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 dyntick=enable debug" # CONFIG_XIP_KERNEL is not set -# CONFIG_KEXEC is not set +CONFIG_KEXEC=y +CONFIG_ATAGS_PROC=y # # CPU Frequency scaling |