summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
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