summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-11-01 21:46:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:44:43 +0100
commiteea19dc488eec5be208c0c515962b500f7e58aaf (patch)
tree7a0ddc3c3f038bd60f8219d51400c541c15edc45 /arch/arm/mach-at91
parent49c95cf86a597b4e2be9d4b6d43b5909719ee6c8 (diff)
downloadbarebox-eea19dc488eec5be208c0c515962b500f7e58aaf.tar.gz
barebox-eea19dc488eec5be208c0c515962b500f7e58aaf.tar.xz
at91: Atmel Ref board fix config MACH to match with mach-types
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index cd2645ef30..ecada4afa8 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -5,8 +5,8 @@ config ARCH_TEXT_BASE
default 0x23f00000
config BOARDINFO
- default "Atmel 91SAM9260-EK" if MACH_AT91SAM9260_EK
- default "Atmel at91sam9263-ek" if MACH_AT91SAM9263_EK
+ default "Atmel 91SAM9260-EK" if MACH_AT91SAM9260EK
+ default "Atmel at91sam9263-ek" if MACH_AT91SAM9263EK
default "Bucyrus MMC-CPU" if MACH_MMCCPU
default "Ronetix PM9263" if MACH_PM9263
@@ -34,7 +34,7 @@ choice
prompt "AT91SAM9260 Board Type"
-config MACH_AT91SAM9260_EK
+config MACH_AT91SAM9260EK
bool "Atmel AT91SAM9260-EK"
help
Say y here if you are using Atmel's AT91SAM9260-EK Evaluation board
@@ -50,7 +50,7 @@ if ARCH_AT91SAM9263
choice
prompt "AT91SAM9263 Board Type"
-config MACH_AT91SAM9263_EK
+config MACH_AT91SAM9263EK
bool "Atmel AT91SAM9263-EK"
help
Say y here if you are using Atmel's AT91SAM9263-EK Evaluation board