9
0
Fork 0

PPC: We can configure our TEXT_BASE

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2008-08-13 16:24:09 +02:00
parent 77218fb7a3
commit 820c001aa2
1 changed files with 2 additions and 1 deletions

View File

@ -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