summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
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-s3c24xx
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-s3c24xx')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index f41a450acf..37ccf2f7ce 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -1,5 +1,13 @@
if ARCH_S3C24xx
+config ARCH_TEXT_BASE
+ hex
+ default 0x31fc0000
+
+config BOARDINFO
+ default "Digi A9M2440" if MACH_A9M2440
+ default "Digi A9M2410" if MACH_A9M2410
+
config CPU_S3C2410
bool