diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-16 17:17:57 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-16 17:17:57 +0000 |
commit | 36853e693ecc7f39708c8e19b0ad255ef83bf6d0 (patch) | |
tree | 20ff61f5259eaa3c00cdfdbf6f2bca52fddfa9ff /packages | |
parent | 936e72b79dc5d7e7accc636837522f1beb87a310 (diff) |
linux_2.6.24.bb: remove kexec on mpc8313e-rdb which accidentaly slipped in
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-2.6.24/mpc8313e-rdb/defconfig | 1 | ||||
-rw-r--r-- | packages/linux/linux_2.6.24.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/linux/linux-2.6.24/mpc8313e-rdb/defconfig b/packages/linux/linux-2.6.24/mpc8313e-rdb/defconfig index 9aa05506db..90a73cdd0a 100644 --- a/packages/linux/linux-2.6.24/mpc8313e-rdb/defconfig +++ b/packages/linux/linux-2.6.24/mpc8313e-rdb/defconfig @@ -179,7 +179,6 @@ CONFIG_PREEMPT_NONE=y CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_MISC is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y -CONFIG_KEXEC=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_SELECT_MEMORY_MODEL=y diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb index 1460a423cc..12ed8d8079 100644 --- a/packages/linux/linux_2.6.24.bb +++ b/packages/linux/linux_2.6.24.bb @@ -45,7 +45,6 @@ SRC_URI_append_gesbc-9302 = " \ " SRC_URI_append_mpc8313e-rdb = "\ - file://powerpc-kexec.patch;patch=1 \ file://mpc831x-nand.patch;patch=1 \ file://mpc8313e-rdb-leds.patch;patch=1 \ file://mpc8313e-rdb-rtc.patch;patch=1 \ |