Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com>
---
 cpu/arm920t/at91rm9200/interrupts.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cpu/arm920t/at91rm9200/interrupts.c 
b/cpu/arm920t/at91rm9200/interrupts.c
index 5f0703c..3e35f68 100644
--- a/cpu/arm920t/at91rm9200/interrupts.c
+++ b/cpu/arm920t/at91rm9200/interrupts.c
@@ -179,8 +179,10 @@ void reset_cpu (ulong ignored)
        AT91PS_PIO pio = AT91C_BASE_PIOA;
 #endif
 
+#if defined(CONFIG_DBGU) || defined(CONFIG_USART0) || defined(CONFIG_USART1)
        /*shutdown the console to avoid strange chars during reset */
        us->US_CR = (AT91C_US_RSTRX | AT91C_US_RSTTX);
+#endif
 
 #ifdef CONFIG_AT91RM9200DK
        /* Clear PA19 to trigger the hard reset */
-- 
1.5.6.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to