summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-16 23:25:13 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-17 20:27:45 +0200
commit3f022853727df6b050ac9054d88659eca9fb8d5e (patch)
treec0677da2cb7798e8ca4250e892365038f3ec7c2d /arch/mips/mach-xburst/Kconfig
parent12179b4c913519aeb3d3a67121a57e019643e825 (diff)
downloadbarebox-3f022853727df6b050ac9054d88659eca9fb8d5e.tar.gz
barebox-3f022853727df6b050ac9054d88659eca9fb8d5e.tar.xz
MIPS: add XBurst processor family support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-xburst/Kconfig')
-rw-r--r--arch/mips/mach-xburst/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig
new file mode 100644
index 0000000000..7228b8f901
--- /dev/null
+++ b/arch/mips/mach-xburst/Kconfig
@@ -0,0 +1,7 @@
+if MACH_MIPS_XBURST
+
+config ARCH_TEXT_BASE
+ hex
+ default 0xa0800000
+
+endif