Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dde7dd3d authored by Kevin Hao's avatar Kevin Hao Committed by Scott Wood
Browse files

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: default avatarKevin Hao <haokexin@gmail.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 0be7d969
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -402,8 +402,7 @@ config KEXEC
config CRASH_DUMP
config CRASH_DUMP
	bool "Build a kdump crash kernel"
	bool "Build a kdump crash kernel"
	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP)
	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP)
	select RELOCATABLE if PPC64 || 44x
	select RELOCATABLE if PPC64 || 44x || FSL_BOOKE
	select DYNAMIC_MEMSTART if FSL_BOOKE
	help
	help
	  Build a kernel suitable for use as a kdump capture kernel.
	  Build a kernel suitable for use as a kdump capture kernel.
	  The same kernel binary can be used as production kernel and dump
	  The same kernel binary can be used as production kernel and dump