mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/7] AT91 debug unit typo fix
@ 2013-03-12 15:39 Renaud C.
  2013-03-12 16:52 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 3+ messages in thread
From: Renaud C. @ 2013-03-12 15:39 UTC (permalink / raw)
  To: barebox


[-- Attachment #1.1: Type: text/plain, Size: 84 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 105 bytes --]

[-- Attachment #2: at91-debug-unit-typo.patch --]
[-- Type: application/octet-stream, Size: 754 bytes --]

From f362c0e6b6cc1bcbd5242ff106598286240f1f07 Mon Sep 17 00:00:00 2001
From: Cerrato Renaud <r.cerrato@til-technologies.fr>
Date: Tue, 26 Feb 2013 14:44:37 +0100
Subject: [PATCH] corrected typo

---
 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


[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-13 10:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-12 15:39 [PATCH 1/7] AT91 debug unit typo fix Renaud C.
2013-03-12 16:52 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 10:14   ` Cerrato Renaud

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