summaryrefslogtreecommitdiffstats
path: root/include/configs/at91rm9200ek.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-06-12 01:49:14 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:27 +0200
commit3432a93bcd897913e1a2df58de5ae0226062e5ca (patch)
tree38e92189585c91ab6a33e99033f4481e77abc1a8 /include/configs/at91rm9200ek.h
parentd703355fd1d77c71d6a2a5c589714c4ce4560c28 (diff)
downloadblackbird-obmc-uboot-3432a93bcd897913e1a2df58de5ae0226062e5ca.tar.gz
blackbird-obmc-uboot-3432a93bcd897913e1a2df58de5ae0226062e5ca.zip
at91rm9200ek: use atmel_usart
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91rm9200ek.h')
-rw-r--r--include/configs/at91rm9200ek.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index ee199ab014..b847798aa4 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -73,6 +73,8 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
+#define CONFIG_BOARD_EARLY_INIT_F
+
/*
* Memory Configuration
*/
@@ -123,8 +125,9 @@
* CONFIG_DBGU is DBGU unit on J10
* CONFIG_USART1 is USART1 on J14
*/
-#define CONFIG_AT91RM9200_USART
-#define CONFIG_DBGU
+#define CONFIG_ATMEL_USART
+#define CONFIG_USART_BASE ATMEL_BASE_DBGU
+#define CONFIG_USART_ID 0/* ignored in arm */
#define CONFIG_SYS_BAUDRATE_TABLE {115200 , 19200, 38400, 57600, 9600 }
#define CONFIG_BAUDRATE 115200
OpenPOWER on IntegriCloud