Re: [PATCH] ppc64: Enable RELOCATABLE option for CRASH_DUMP
From: Milton Miller <hidden>
Date: 2009-01-05 13:22:07
Mohan wrote:
config CRASH_DUMP
bool "Build a kdump crash kernel"
- depends on (PPC64 && RELOCATABLE) || 6xx
+ depends on PPC64 || 6xx
+ select RELOCATABLE
help
Build a kernel suitable for use as a kdump capture kernel.
The same kernel binary can be used as production kernel and
dumpYou should only select relocatable if ppc64 milton