Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Florian Mayer
u-boot
Commits
c8badbe5
Commit
c8badbe5
authored
15 years ago
by
Jean-Christophe PLAGNIOL-VILLARD
Browse files
Options
Downloads
Patches
Plain Diff
dm355/pm9261: add missing CONFIG_NET_MULTI
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD
<
plagnioj@jcrosoft.com
>
parent
798bf9a9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/configs/davinci_dm355evm.h
+1
-0
1 addition, 0 deletions
include/configs/davinci_dm355evm.h
include/configs/pm9261.h
+1
-0
1 addition, 0 deletions
include/configs/pm9261.h
with
2 additions
and
0 deletions
include/configs/davinci_dm355evm.h
+
1
−
0
View file @
c8badbe5
...
...
@@ -57,6 +57,7 @@
#define CONFIG_DM9000_BASE 0x04014000
#define DM9000_IO CONFIG_DM9000_BASE
#define DM9000_DATA (CONFIG_DM9000_BASE + 2)
#define CONFIG_NET_MULTI
/* I2C */
#define CONFIG_HARD_I2C
...
...
This diff is collapsed.
Click to expand it.
include/configs/pm9261.h
+
1
−
0
View file @
c8badbe5
...
...
@@ -253,6 +253,7 @@
#define CONFIG_DM9000_USE_16BIT 1
#define CONFIG_NET_RETRY_COUNT 20
#define CONFIG_RESET_PHY_R 1
#define CONFIG_NET_MULTI
/* USB */
#define CONFIG_USB_ATMEL
...
...
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