* [PATCH] edb93xx: Fix comment in edb93xx_console_init()
[not found] <6e744dd32db7d0d09bf0e429c0dd67768e61e118.1265831572.git.matthias@kaehlcke.net>
@ 2010-02-10 19:57 ` Matthias Kaehlcke
2010-02-12 7:13 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Kaehlcke @ 2010-02-10 19:57 UTC (permalink / raw)
To: barebox
edb93xx: Fix comment in edb93xx_console_init()
Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
---
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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] edb93xx: Fix comment in edb93xx_console_init()
2010-02-10 19:57 ` [PATCH] edb93xx: Fix comment in edb93xx_console_init() Matthias Kaehlcke
@ 2010-02-12 7:13 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2010-02-12 7:13 UTC (permalink / raw)
To: Matthias Kaehlcke; +Cc: barebox
On Wed, Feb 10, 2010 at 08:57:23PM +0100, Matthias Kaehlcke wrote:
> edb93xx: Fix comment in edb93xx_console_init()
>
> Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
> ---
> 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);
This typo was never in the tree. Do you have to rebase your patches?
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-12 7:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <6e744dd32db7d0d09bf0e429c0dd67768e61e118.1265831572.git.matthias@kaehlcke.net>
2010-02-10 19:57 ` [PATCH] edb93xx: Fix comment in edb93xx_console_init() Matthias Kaehlcke
2010-02-12 7:13 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox