]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART
authorAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 18 Jul 2011 09:57:45 +0000 (09:57 +0000)
committerU-Boot <uboot@aari01-12.(none)>
Wed, 3 Aug 2011 11:00:56 +0000 (13:00 +0200)
The CONFIG_AT91RM9200_USART is an remnant of
18ed5e9550810e2fc5bf2c757aee47774609651c which deleted the
at91rm9200_usart driver.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/cpu/arm920t/at91/reset.c

index 4fa0f989401ba2fc11ca4b57a7bf18b2500f9e22..cd9c9f3977629bcc771b4a7ea93d1081f1593396 100644 (file)
@@ -43,10 +43,6 @@ void  __attribute__((weak)) board_reset(void)
 void reset_cpu(ulong ignored)
 {
        at91_st_t *st = (at91_st_t *) ATMEL_BASE_ST;
-#if defined(CONFIG_AT91RM9200_USART)
-       /*shutdown the console to avoid strange chars during reset */
-       serial_exit();
-#endif
 
        board_reset();