Skip to content
Snippets Groups Projects
Commit c23e5e7e authored by Andreas Bießmann's avatar Andreas Bießmann Committed by U-Boot
Browse files

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


The CONFIG_AT91RM9200_USART is an remnant of
18ed5e95 which deleted the
at91rm9200_usart driver.

Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
parent 6eb0921a
No related branches found
No related tags found
No related merge requests found
...@@ -43,10 +43,6 @@ void __attribute__((weak)) board_reset(void) ...@@ -43,10 +43,6 @@ void __attribute__((weak)) board_reset(void)
void reset_cpu(ulong ignored) void reset_cpu(ulong ignored)
{ {
at91_st_t *st = (at91_st_t *) ATMEL_BASE_ST; 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(); board_reset();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment