diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-23 11:12:39 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-23 11:12:39 +0200 |
commit | 4a9cec9c1a5e585dbc56f5aa0000488313e25338 (patch) | |
tree | cf95a95fd094971ccb0a9e4cf0ce94b99fb84591 | |
parent | 18e058e835e080d602c6c4781d5c83e37d66f846 (diff) |
linux-2.6.24: enable kexec in defconfig for hipox machine
-rw-r--r-- | recipes/linux/linux-2.6.24/hipox/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig index 7f4dbdde5e..76d2b689ca 100644 --- a/recipes/linux/linux-2.6.24/hipox/defconfig +++ b/recipes/linux/linux-2.6.24/hipox/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24.4 -# Mon Apr 20 12:29:34 2009 +# Tue Apr 21 08:57:22 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -287,7 +287,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE=" debug " # CONFIG_XIP_KERNEL is not set -# CONFIG_KEXEC is not set +CONFIG_KEXEC=y # # Floating point emulation |