diff options
author | Kevin Hao <haokexin@gmail.com> | 2013-12-24 02:12:12 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-01-09 18:52:18 -0500 |
commit | dde7dd3d67728418bc61cee424fcd9041058cf3f (patch) | |
tree | e0128ac620f8dbb70c88ba44a28b5adbabe39bc2 /arch/powerpc/Kconfig | |
parent | 0be7d969b0efef085ed6497d462ba16a875ca737 (diff) |
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>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 4bb52e6488ea..fa395179ddd6 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -402,8 +402,7 @@ config KEXEC | |||
402 | config CRASH_DUMP | 402 | config CRASH_DUMP |
403 | bool "Build a kdump crash kernel" | 403 | bool "Build a kdump crash kernel" |
404 | depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) | 404 | depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP) |
405 | select RELOCATABLE if PPC64 || 44x | 405 | select RELOCATABLE if PPC64 || 44x || FSL_BOOKE |
406 | select DYNAMIC_MEMSTART if FSL_BOOKE | ||
407 | help | 406 | help |
408 | Build a kernel suitable for use as a kdump capture kernel. | 407 | Build a kernel suitable for use as a kdump capture kernel. |
409 | The same kernel binary can be used as production kernel and dump | 408 | The same kernel binary can be used as production kernel and dump |