Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <haokexin@gmail.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

authored by

Kevin Hao and committed by
Scott Wood
dde7dd3d 0be7d969

+1 -2
+1 -2
arch/powerpc/Kconfig
··· 402 402 config CRASH_DUMP 403 403 bool "Build a kdump crash kernel" 404 404 depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) 405 - select RELOCATABLE if PPC64 || 44x 406 - select DYNAMIC_MEMSTART if FSL_BOOKE 405 + select RELOCATABLE if PPC64 || 44x || FSL_BOOKE 407 406 help 408 407 Build a kernel suitable for use as a kdump capture kernel. 409 408 The same kernel binary can be used as production kernel and dump