From: Ulf Samuelsson <ulf@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] "4.dm9161":(1 of 1) [PATCH][ARM] Fix spelling error in DM9161 PHY Support
Date: Tue, 27 Mar 2007 18:15:27 +0200 [thread overview]
Message-ID: <4609431F.9000801@atmel.com> (raw)
Author: Ulf Samuelsson <ulf@atmel.com>
Date: 2007-03-27
Subject: "4.dm9161":(1 of 1) [PATCH][ARM] Fix spelling error in DM9161 PHY Support
CHANGELOG:
[PATCH][ARM] Fix spelling error in DM9161 PHY Support
Patch generated from files:
cpu_arm920t_at91rm9200_dm9161.c.patch
include_dm9161.h.patch
Signed-off-by: Ulf Samuelsson
---------------------------------------------------------------------------------------------------------------------------------
diff -urN u-boot-1.2.0/cpu/arm920t/at91rm9200/dm9161.c u-boot-1.2.0-atmel/cpu/arm920t/at91rm9200/dm9161.c
--- u-boot-1.2.0/cpu/arm920t/at91rm9200/dm9161.c 2007-01-07 00:13:11.000000000 +0100
+++ u-boot-1.2.0-atmel/cpu/arm920t/at91rm9200/dm9161.c 2007-03-24 20:07:33.000000000 +0100
@@ -95,7 +95,7 @@
return TRUE;
}
- if ((stat1 & DM9161_100BASE_T4_HD) && (stat2 & DM9161_100HDX)) {
+ if ((stat1 & DM9161_100BASE_TX_HD) && (stat2 & DM9161_100HDX)) {
/*set MII for 100BaseTX and Half Duplex */
p_mac->EMAC_CFG = (p_mac->EMAC_CFG &
~(AT91C_EMAC_SPD | AT91C_EMAC_FD))
diff -urN u-boot-1.2.0/include/dm9161.h u-boot-1.2.0-atmel/include/dm9161.h
--- u-boot-1.2.0/include/dm9161.h 2007-01-07 00:13:11.000000000 +0100
+++ u-boot-1.2.0-atmel/include/dm9161.h 2007-03-24 20:07:33.000000000 +0100
@@ -43,9 +43,9 @@
#define DM9161_COLLISION_TEST (1 << 7)
/*--Bit definitions: DM9161_BMSR */
-#define DM9161_100BASE_T4 (1 << 15)
+#define DM9161_100BASE_TX (1 << 15)
#define DM9161_100BASE_TX_FD (1 << 14)
-#define DM9161_100BASE_T4_HD (1 << 13)
+#define DM9161_100BASE_TX_HD (1 << 13)
#define DM9161_10BASE_T_FD (1 << 12)
#define DM9161_10BASE_T_HD (1 << 11)
#define DM9161_MF_PREAMB_SUPPR (1 << 6)
--
Best Regards,
Ulf Samuelsson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ulf.vcf
Type: text/x-vcard
Size: 301 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070327/6ca534e7/attachment.vcf
reply other threads:[~2007-03-27 16:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4609431F.9000801@atmel.com \
--to=ulf@atmel.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.