summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-11-01 21:43:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:44:43 +0100
commit49c95cf86a597b4e2be9d4b6d43b5909719ee6c8 (patch)
tree2d5affab6e915586711106f627c0768c66d5e220 /arch/arm/mach-netx
parentbe6966d51d8fb2c6b99810bcd4809976e78900c2 (diff)
downloadbarebox-49c95cf86a597b4e2be9d4b6d43b5909719ee6c8.tar.gz
barebox-49c95cf86a597b4e2be9d4b6d43b5909719ee6c8.tar.xz
arm: move config ARCH_TEXT_BASE and BOARDINFO to mach Kconfig
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-netx')
-rw-r--r--arch/arm/mach-netx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-netx/Kconfig b/arch/arm/mach-netx/Kconfig
index a62c3bc8f9..8e83417285 100644
--- a/arch/arm/mach-netx/Kconfig
+++ b/arch/arm/mach-netx/Kconfig
@@ -1,5 +1,12 @@
if ARCH_NETX
+config ARCH_TEXT_BASE
+ hex
+ default 0x81f00000 if MACH_NXDB500
+
+config BOARDINFO
+ default "Hilscher Netx nxdb500" if MACH_NXDB500
+
config NETX_SDRAM_CTRL
hex
default 0x010D0001 if MACH_NXDKN