aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2013-12-24 02:12:06 -0500
committerScott Wood <scottwood@freescale.com>2014-01-09 18:52:16 -0500
commitdd189692d40948d6445bbaeb8cb9bf9d15f54dc6 (patch)
treea52bf15f5aaa9cecb53efe0cd2bdf3bcc9c463ef /arch/powerpc/Kconfig
parent1c49abec677c7ff495837dbaafad8e12f09c29fc (diff)
powerpc: enable the relocatable support for the fsl booke 32bit kernel
This is based on the codes in the head_44x.S. The difference is that the init tlb size we used is 64M. With this patch we can only load the kernel at address between memstart_addr ~ memstart_addr + 64M. We will fix this restriction in the following patches. 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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index f0a893142cee..4bb52e6488ea 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -884,7 +884,7 @@ config DYNAMIC_MEMSTART
884 884
885config RELOCATABLE 885config RELOCATABLE
886 bool "Build a relocatable kernel" 886 bool "Build a relocatable kernel"
887 depends on ADVANCED_OPTIONS && FLATMEM && 44x 887 depends on ADVANCED_OPTIONS && FLATMEM && (44x || FSL_BOOKE)
888 select NONSTATIC_KERNEL 888 select NONSTATIC_KERNEL
889 help 889 help
890 This builds a kernel image that is capable of running at the 890 This builds a kernel image that is capable of running at the