mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Renaud C." <r.cerrato@til-technologies.fr>
To: barebox@lists.infradead.org
Subject: [PATCH 1/7] AT91 debug unit typo fix
Date: Tue, 12 Mar 2013 16:39:28 +0100	[thread overview]
Message-ID: <CA+7xNQkAzpgjG8k9+XR1PQj74Fiag-0nwCi2C=vjP+bYaCAVnw@mail.gmail.com> (raw)


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

             reply	other threads:[~2013-03-12 15:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12 15:39 Renaud C. [this message]
2013-03-12 16:52 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-13 10:14   ` Cerrato Renaud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+7xNQkAzpgjG8k9+XR1PQj74Fiag-0nwCi2C=vjP+bYaCAVnw@mail.gmail.com' \
    --to=r.cerrato@til-technologies.fr \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox