mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-20 20:26:12 -04:00
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>
This commit is contained in:
parent
6eb0921a75
commit
c23e5e7eda
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user