Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
3c71f3e8
Commit
3c71f3e8
authored
Jul 01, 2005
by
stroese
Browse files
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
parent
bf41886f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
3c71f3e8
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
* Patch by Stefan Roese, 30 Jun 2005:
Fix PHY addresses for PPChameleon and CATcenter boards
Change MAINTAINER for most esd boards
...
...
include/configs/CATcenter.h
View file @
3c71f3e8
...
...
@@ -111,7 +111,7 @@
#define CONFIG_MII 1
/* MII PHY management */
#ifndef CONFIG_EXT_PHY
#define CONFIG_PHY_ADDR 1
/* EMAC0 PHY address */
#define CONFIG_PHY1_ADDR
2
/* EMAC1 PHY address */
#define CONFIG_PHY1_ADDR
16
/* EMAC1 PHY address */
#else
#define CONFIG_PHY_ADDR 2
/* PHY address */
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment