소스 검색

a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART

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>
Andreas Bießmann 13 년 전
부모
커밋
c23e5e7eda
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      arch/arm/cpu/arm920t/at91/reset.c

+ 0 - 4
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();