diff mbox

[U-Boot] a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART

Message ID 1311019065-1251-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Commit c23e5e7edadd37e604cd52e4c3c8f6bd60908051
Delegated to: Reinhard Meyer
Headers show

Commit Message

Andreas Bießmann July 18, 2011, 7:57 p.m. UTC
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 |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

Comments

Reinhard Meyer July 21, 2011, 12:06 p.m. UTC | #1
Dear Andreas Bießmann,
> 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 |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
Applied to u-boot-atmel/master.
Thanks, Reinhard
diff mbox

Patch

diff --git a/arch/arm/cpu/arm920t/at91/reset.c b/arch/arm/cpu/arm920t/at91/reset.c
index 4fa0f98..cd9c9f3 100644
--- a/arch/arm/cpu/arm920t/at91/reset.c
+++ b/arch/arm/cpu/arm920t/at91/reset.c
@@ -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();