[PATCH] edb93xx: Fix comment in edb93xx_console_init()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



edb93xx: Fix comment in edb93xx_console_init()

Signed-off-by: Matthias Kaehlcke <matthias@xxxxxxxxxxxx>
---
 board/edb93xx/edb93xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/edb93xx/edb93xx.c b/board/edb93xx/edb93xx.c
index 6316988..b0078a5 100644
--- a/board/edb93xx/edb93xx.c
+++ b/board/edb93xx/edb93xx.c
@@ -166,7 +166,7 @@ static int edb93xx_console_init(void)
 	value |= SYSCON_PWRCNT_UART_BAUD;
 	writel(value, &syscon->pwrcnt);
 
-	/* Enable the UART 1 */
+	/* Enable UART1 */
 	value = readl(&syscon->devicecfg);
 	value |= DEVCFG_U1EN;
 	writel(0xAA, &syscon->sysswlock);
-- 
1.6.5


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox

[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux