[linux-yocto] [PATCH 46/70] powerpc/47x: Enable CRASH_DUMP

Paul Butler butler.paul at gmail.com
Mon Jun 10 18:46:09 PDT 2013


From: Suzuki Poulose <suzuki at in.ibm.com>

commit 47da421981571c69ef29740cc55fa7248682e167 upstream

Now that we have KEXEC and relocatable kernel working on 47x (!SMP)
enable CRASH_DUMP.

Signed-off-by: Suzuki K. Poulose <suzuki at in.ibm.com>
Signed-off-by: Josh Boyer <jwboyer at gmail.com>
Integrated-by: Wei Yang <Wei.Yang at windriver.com>
---
 arch/powerpc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 8a850e4..3f68c58 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -373,7 +373,7 @@ config KEXEC
 
 config CRASH_DUMP
 	bool "Build a kdump crash kernel"
-	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP && !PPC_47x)
+	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP)
 	select RELOCATABLE if PPC64 || 44x
 	select DYNAMIC_MEMSTART if FSL_BOOKE
 	help
-- 
1.8.3




More information about the linux-yocto mailing list