summaryrefslogtreecommitdiff
path: root/include/configs/mimc200.h
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2010-11-04 23:15:31 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:50 +0200
commitf4278b716c2925b4dcf18b94f0ff932d4736cd5d (patch)
tree53068e409b65794be28d2fa4deb6ef959b632de0 /include/configs/mimc200.h
parent5d73bc7af75b004d4eb343572e3ff5bc5727a048 (diff)
avr32: fixup definitions to ATMEL_BASE_xxx
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'include/configs/mimc200.h')
-rw-r--r--include/configs/mimc200.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h
index a5c52e5cfe..f004ec8a31 100644
--- a/include/configs/mimc200.h
+++ b/include/configs/mimc200.h
@@ -63,7 +63,9 @@
*/
#define CONFIG_SYS_PLL0_OPT 0x04
-#define CONFIG_USART1 1
+#define CONFIG_USART_BASE ATMEL_BASE_USART1
+#define CONFIG_USART_ID 1
+
#define CONFIG_MIMC200_DBGLINK 1
/* User serviceable stuff */