Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Service Desk
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
Jack Humbert
reform-boundary-uboot
Commits
457bb505
Commit
457bb505
authored
11 years ago
by
Tom Rini
Browse files
Options
Downloads
Patches
Plain Diff
dra7xx_evm: Re-order and comment the networking related config options
Signed-off-by:
Tom Rini
<
trini@ti.com
>
parent
318aeb46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/dra7xx_evm.h
+8
-10
8 additions, 10 deletions
include/configs/dra7xx_evm.h
with
8 additions
and
10 deletions
include/configs/dra7xx_evm.h
+
8
−
10
View file @
457bb505
...
@@ -26,21 +26,19 @@
...
@@ -26,21 +26,19 @@
#include
<configs/omap5_common.h>
#include
<configs/omap5_common.h>
/* CPSW Ethernet */
/* CPSW Ethernet */
#define CONFIG_CMD_NET
#define CONFIG_CMD_NET
/* 'bootp' and 'tftp' */
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_PING
#define CONFIG_BOOTP_DNS
/* Configurable parts of CMD_DHCP */
#define CONFIG_CMD_MII
#define CONFIG_DRIVER_TI_CPSW
#define CONFIG_MII
#define CONFIG_BOOTP_DEFAULT
#define CONFIG_BOOTP_DNS
#define CONFIG_BOOTP_DNS2
#define CONFIG_BOOTP_DNS2
#define CONFIG_BOOTP_SEND_HOSTNAME
#define CONFIG_BOOTP_SEND_HOSTNAME
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_SUBNETMASK
#define CONFIG_BOOTP_SUBNETMASK
#define CONFIG_NET_RETRY_COUNT 10
#define CONFIG_NET_RETRY_COUNT 10
#define CONFIG_NET_MULTI
#define CONFIG_CMD_PING
#define CONFIG_PHY_GIGE
#define CONFIG_CMD_MII
#define CONFIG_DRIVER_TI_CPSW
/* Driver for IP block */
#define CONFIG_MII
/* Required in net/eth.c */
#define CONFIG_PHY_GIGE
/* per-board part of CPSW */
#define CONFIG_PHYLIB
#define CONFIG_PHYLIB
#define CONFIG_PHY_ADDR 2
#define CONFIG_PHY_ADDR 2
...
...
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