From: Kevin Hao Date: Tue, 24 Dec 2013 07:12:12 +0000 (+0800) Subject: powerpc/fsl_booke: enable the relocatable for the kdump kernel X-Git-Tag: upstream/snapshot3+hdmi~3558^2~5^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dde7dd3d67728418bc61cee424fcd9041058cf3f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git powerpc/fsl_booke: enable the relocatable for the kdump kernel The RELOCATABLE is more flexible and without any alignment restriction. And it is a superset of DYNAMIC_MEMSTART. So use it by default for a kdump kernel. Signed-off-by: Kevin Hao Signed-off-by: Scott Wood --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 4bb52e6..fa39517 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -402,8 +402,7 @@ config KEXEC config CRASH_DUMP bool "Build a kdump crash kernel" depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) - select RELOCATABLE if PPC64 || 44x - select DYNAMIC_MEMSTART if FSL_BOOKE + select RELOCATABLE if PPC64 || 44x || FSL_BOOKE help Build a kernel suitable for use as a kdump capture kernel. The same kernel binary can be used as production kernel and dump