From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 2/3] sam9x5ek: drop uart2 as it's not always present
Date: Wed, 17 Oct 2012 19:15:10 +0200 [thread overview]
Message-ID: <1350494111-17861-2-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1350494111-17861-1-git-send-email-plagnioj@jcrosoft.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/boards/at91sam9x5ek/init.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boards/at91sam9x5ek/init.c b/arch/arm/boards/at91sam9x5ek/init.c
index d7dc30d..58c945c 100644
--- a/arch/arm/boards/at91sam9x5ek/init.c
+++ b/arch/arm/boards/at91sam9x5ek/init.c
@@ -157,7 +157,6 @@ static int at91sam9x5ek_console_init(void)
{
at91_register_uart(0, 0);
at91_register_uart(1, 0);
- at91_register_uart(2, 0);
return 0;
}
console_initcall(at91sam9x5ek_console_init);
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-10-17 17:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 17:02 [For-master PATCH 0/3] at91sam9x5 fixes Jean-Christophe PLAGNIOL-VILLARD
2012-10-17 17:15 ` [PATCH 1/3] at91sam9x5: udpate default ARCH_TEXT to 0x26f00000 Jean-Christophe PLAGNIOL-VILLARD
2012-10-17 17:15 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-17 17:15 ` [PATCH 3/3] at91sam9x5ek: fix bootstrap size to 256KiB Jean-Christophe PLAGNIOL-VILLARD
2012-10-21 8:30 ` [For-master PATCH 0/3] at91sam9x5 fixes Sascha Hauer
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=1350494111-17861-2-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--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