Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
2f845dc2
Commit
2f845dc2
authored
16 years ago
by
Sergei Poselenov
Committed by
Wolfgang Denk
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
socrates: fix second TSEC configuration (it is actually TSEC3)
Signed-off-by:
Sergei Poselenov
<
sposelenov@emcraft.com
>
parent
793670c3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/socrates.h
+6
-6
6 additions, 6 deletions
include/configs/socrates.h
with
6 additions
and
6 deletions
include/configs/socrates.h
+
6
−
6
View file @
2f845dc2
...
@@ -242,19 +242,19 @@
...
@@ -242,19 +242,19 @@
#define CONFIG_MII 1
/* MII PHY management */
#define CONFIG_MII 1
/* MII PHY management */
#define CONFIG_TSEC1 1
#define CONFIG_TSEC1 1
#define CONFIG_TSEC1_NAME "TSEC0"
#define CONFIG_TSEC1_NAME "TSEC0"
#define CONFIG_TSEC
2
1
#define CONFIG_TSEC
3
1
#define CONFIG_TSEC
2
_NAME "TSEC1"
#define CONFIG_TSEC
3
_NAME "TSEC1"
#undef CONFIG_MPC85XX_FEC
#undef CONFIG_MPC85XX_FEC
#define TSEC1_PHY_ADDR 0
#define TSEC1_PHY_ADDR 0
#define TSEC
2
_PHY_ADDR 1
#define TSEC
3
_PHY_ADDR 1
#define TSEC1_PHYIDX 0
#define TSEC1_PHYIDX 0
#define TSEC
2
_PHYIDX 0
#define TSEC
3
_PHYIDX 0
#define TSEC1_FLAGS TSEC_GIGABIT
#define TSEC1_FLAGS TSEC_GIGABIT
#define TSEC
2
_FLAGS TSEC_GIGABIT
#define TSEC
3
_FLAGS TSEC_GIGABIT
/* Options are: TSEC[0
-
1] */
/* Options are: TSEC[0
,
1] */
#define CONFIG_ETHPRIME "TSEC0"
#define CONFIG_ETHPRIME "TSEC0"
#define CONFIG_PHY_GIGE 1
/* Include GbE speed/duplex detection */
#define CONFIG_PHY_GIGE 1
/* Include GbE speed/duplex detection */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment