summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-08-13 16:24:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-13 16:29:30 +0200
commit820c001aa2bda4960d183e63fa99fce1e7351b27 (patch)
tree675a963c1f9e4040271970cd7f6e9ed171f4f42e /arch/ppc
parent77218fb7a346f8236f1674a3bcca6515cae57982 (diff)
downloadbarebox-820c001aa2bda4960d183e63fa99fce1e7351b27.tar.gz
barebox-820c001aa2bda4960d183e63fa99fce1e7351b27.tar.xz
PPC: We can configure our TEXT_BASE
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index be52ceadb8..cda14de25d 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -1,7 +1,7 @@
config BOARDINFO
default "Phytec Phycore mpc5200b tiny" if MACH_PHYCORE_MPC5200B_TINY
-
+
config ARCH_TEXT_BASE
hex
default 0x00000000 if RELOCATABLE
@@ -18,6 +18,7 @@ config HAS_EARLY_INIT
config PPC
bool
+ select HAVE_CONFIGURABLE_TEXT_BASE
select HAS_KALLSYMS
select HAS_MODULES
select HAVE_CONFIGURABLE_MEMORY_LAYOUT