summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-12 11:21:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-12 11:21:13 +0200
commit793ff46a04c6aea52387d23ec58df2aec312532b (patch)
tree8d448a77272254e02d9bd936b1becd97fe342941 /arch/ppc
parentfa9807573b02dda3e9eb5262ffc42fb0fd8b059e (diff)
downloadbarebox-793ff46a04c6aea52387d23ec58df2aec312532b.tar.gz
barebox-793ff46a04c6aea52387d23ec58df2aec312532b.tar.xz
CONFIG_ARCH_HAS_RELOC -> CONFIG_HAS_EARLY_INIT
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index 797edb47dd..c6f0a50656 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -1,4 +1,7 @@
+config BOARDINFO
+ default "Phytec Phycore mpc5200b tiny" if MACH_PHYCORE_MPC5200B_TINY
+
config TEXT_BASE
default 0 if RELOCATABLE
default 0x1000000 if MACH_PHYCORE_MPC5200B_TINY
@@ -7,7 +10,7 @@ config MPC5XXX_EARLY_CONSOLE
bool
default y
-config ARCH_HAS_RELOC
+config HAS_EARLY_INIT
bool
default y