mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/5] at91: debug unit typo fix
@ 2013-03-13 13:39 Cerrato Renaud
  2013-03-14  7:37 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Cerrato Renaud @ 2013-03-13 13:39 UTC (permalink / raw)
  To: barebox

This patch fix the debug unit output by correcting a typo into an #ifdef statement.

Signed-off-by: Cerrato Renaud <r.cerrato@til-technologies.fr>
---
 arch/arm/mach-at91/include/mach/debug_ll.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-at91/include/mach/debug_ll.h b/arch/arm/mach-at91/include/mach/debug_ll.h
index 1a85ae4..42728a4 100644
--- a/arch/arm/mach-at91/include/mach/debug_ll.h
+++ b/arch/arm/mach-at91/include/mach/debug_ll.h
@@ -11,7 +11,7 @@
 #include <asm/io.h>
 #include <mach/hardware.h>
 
-#ifdef COFNIG_HAVE_AT91_DBGU0
+#ifdef CONFIG_HAVE_AT91_DBGU0
 #define UART_BASE    AT91_BASE_DBGU0
 #else
 #define UART_BASE    AT91_BASE_DBGU1
-- 
1.7.2.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 1/5] at91: debug unit typo fix
  2013-03-13 13:39 [PATCH 1/5] at91: debug unit typo fix Cerrato Renaud
@ 2013-03-14  7:37 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-03-14  7:37 UTC (permalink / raw)
  To: Cerrato Renaud; +Cc: barebox

On Wed, Mar 13, 2013 at 02:39:35PM +0100, Cerrato Renaud wrote:
> This patch fix the debug unit output by correcting a typo into an #ifdef statement.
> 
> Signed-off-by: Cerrato Renaud <r.cerrato@til-technologies.fr>
> ---
>  arch/arm/mach-at91/include/mach/debug_ll.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

This one is ok, but unfortunately also whitespace damaged.

Sascha

> 
> diff --git a/arch/arm/mach-at91/include/mach/debug_ll.h b/arch/arm/mach-at91/include/mach/debug_ll.h
> index 1a85ae4..42728a4 100644
> --- a/arch/arm/mach-at91/include/mach/debug_ll.h
> +++ b/arch/arm/mach-at91/include/mach/debug_ll.h
> @@ -11,7 +11,7 @@
>  #include <asm/io.h>
>  #include <mach/hardware.h>
>  
> -#ifdef COFNIG_HAVE_AT91_DBGU0
> +#ifdef CONFIG_HAVE_AT91_DBGU0
>  #define UART_BASE    AT91_BASE_DBGU0
>  #else
>  #define UART_BASE    AT91_BASE_DBGU1
> -- 
> 1.7.2.5
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
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:[~2013-03-14  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-13 13:39 [PATCH 1/5] at91: debug unit typo fix Cerrato Renaud
2013-03-14  7:37 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox