summaryrefslogtreecommitdiff
path: root/cpu/at91rm9200
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 20:23:57 +0000
committerwdenk <wdenk>2004-10-10 20:23:57 +0000
commitcf33678e51e02143ed67850b3f13646fd51fb489 (patch)
tree68d8c425710d63d266395181eb592ec61ba3c734 /cpu/at91rm9200
parent08b6aa61545d74afd4a9646adb469cf1320f4d8f (diff)
* Patch by Jon Loeliger, 24 Aug 2004:
- Fix PCI window on MPC85xx; remove unneeded PCI initialization from board_early_init_f() - Provide SW workaround for PCI initialization on 85xx CDS - Convert MPC85xxADS to use common CFI flash driver * Cleanup: avoid compiler warnings * Add CMC PU2 board to MAKEALL script
Diffstat (limited to 'cpu/at91rm9200')
-rw-r--r--cpu/at91rm9200/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c
index a7e2ca9165..a464f29aeb 100644
--- a/cpu/at91rm9200/cpu.c
+++ b/cpu/at91rm9200/cpu.c
@@ -121,7 +121,7 @@ int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
reset_cpu(0);
#else
#ifdef CONFIG_DBGU
- AT91PS_USART us = AT91C_BASE_DBGU;
+ AT91PS_USART us = (AT91PS_USART) AT91C_BASE_DBGU;
#endif
#ifdef CONFIG_USART0
AT91PS_USART us = AT91C_BASE_US0;