summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm920t
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-07-18 09:57:45 +0000
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 13:00:56 +0200
commitc23e5e7edadd37e604cd52e4c3c8f6bd60908051 (patch)
tree0c6ca7605f7e04f8ebe4b9679974c62f9c2c0259 /arch/arm/cpu/arm920t
parent6eb0921a75f76829bf3cf90a0772ec18ff7c05ef (diff)
downloadblackbird-obmc-uboot-c23e5e7edadd37e604cd52e4c3c8f6bd60908051.tar.gz
blackbird-obmc-uboot-c23e5e7edadd37e604cd52e4c3c8f6bd60908051.zip
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>
Diffstat (limited to 'arch/arm/cpu/arm920t')
-rw-r--r--arch/arm/cpu/arm920t/at91/reset.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/arm920t/at91/reset.c b/arch/arm/cpu/arm920t/at91/reset.c
index 4fa0f98940..cd9c9f3977 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();
OpenPOWER on IntegriCloud