summaryrefslogtreecommitdiffstats
path: root/include/configs/eb_cpux9k2.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-06-12 01:49:15 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:27 +0200
commit5a05cb73566d5bacbd7e6379c265cc160895c0c8 (patch)
treeb00cf8b539f633fe8b55d41fdf960ffcf8c69a28 /include/configs/eb_cpux9k2.h
parent3432a93bcd897913e1a2df58de5ae0226062e5ca (diff)
downloadblackbird-obmc-uboot-5a05cb73566d5bacbd7e6379c265cc160895c0c8.tar.gz
blackbird-obmc-uboot-5a05cb73566d5bacbd7e6379c265cc160895c0c8.zip
eb_cpux9k2: use atmel_usart
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> CC: Jens Scharsig <js_at_ng@scharsoft.de> Acked-by: Jens Scharsig<js_at_ng@scharsoft.de> Tested-by: Jens Scharsig<js_at_ng@scharsoft.de> (for eb_cpux9k2 board)
Diffstat (limited to 'include/configs/eb_cpux9k2.h')
-rw-r--r--include/configs/eb_cpux9k2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index 25b28f5109..c4b1e654c7 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -39,6 +39,7 @@
#include <asm/hardware.h> /* needed for port definitions */
#define CONFIG_MISC_INIT_R
+#define CONFIG_BOARD_EARLY_INIT_F
/*--------------------------------------------------------------------------*/
#define CONFIG_SYS_TEXT_BASE 0x00000000
@@ -174,8 +175,9 @@
#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 19200, 38400, 57600, 9600 }
#define CONFIG_BAUDRATE 115200
-#define CONFIG_AT91RM9200_USART
-#define CONFIG_DBGU /* define DBGU as console */
+#define CONFIG_ATMEL_USART
+#define CONFIG_USART_BASE ATMEL_BASE_DBGU
+#define CONFIG_USART_ID 0/* ignored in arm */
/*
* network
OpenPOWER on IntegriCloud