| To: | ralf@linux-mips.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 1/4] bcm63xx: fix tabs vs spaces in board_bcm963xx.c |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Mon, 1 Mar 2010 23:36:15 +0100 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:date:subject :mime-version:x-uid:x-length:to:reply-to:content-type :content-transfer-encoding:message-id; bh=v4kNBoTbH27PTU++wnf23JL9aSfxk6nOL/kyLTA7R1c=; b=uM2E/PDpB79d66jI76s7BuE82T8gn1/L+7BVT2K4Oty30XVgF39AuNStRM2ZqSeyuL hjVwaxzgjxIV6hSr+atarumSDgQsVDetsryM/ChxStfazPu5GSoO1K4IkqH1ZanQwjb4 EYhJ3WwtZeIH9GCRvsD4pD6CwYQIamIKEN0QI= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to:reply-to :content-type:content-transfer-encoding:message-id; b=edbcEtddfOAg5OUfB0nKWFvP/fXm19Do+9kSi5dHLKncKX6in95Abkt5K8A4rpLUd2 uk7HcJjfldtnSRXmv4caI4dkXfm+ISozpPXMz2tyrTwMltCoTFA4hGREga7FOOPLo5WA SyGGoZbhr9V0TXB7oVq7uK4uV5//DlL11hay8= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | Florian Fainelli <florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c
b/arch/mips/bcm63xx/boards/board_bcm963xx.c
index 90faa37..00fa96b 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -361,9 +361,9 @@ static struct board_info __initdata board_FAST2404 = {
.expected_cpu_id = 0x6348,
.has_uart0 = 1,
- .has_enet0 = 1,
- .has_enet1 = 1,
- .has_pci = 1,
+ .has_enet0 = 1,
+ .has_enet1 = 1,
+ .has_pci = 1,
.enet0 = {
.has_phy = 1,
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 0/4] bcm63xx: misc fixes and new boards, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 2/4] bcm63xx: add rta1025w_16 board, Florian Fainelli |
| Previous by Thread: | [PATCH 0/4] bcm63xx: misc fixes and new boards, Florian Fainelli |
| Next by Thread: | Re: [PATCH 1/4] bcm63xx: fix tabs vs spaces in board_bcm963xx.c, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |