Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MMC U-Boot Custodian Tree
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
U-Boot
Custodians
MMC U-Boot Custodian Tree
Commits
7c54c701
Commit
7c54c701
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Fix conditional for including ks8695eth driver
Patch by Greg Ungerer, 04 Jun 2005
parent
92b197f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
drivers/ks8695eth.c
+1
-2
1 addition, 2 deletions
drivers/ks8695eth.c
with
4 additions
and
2 deletions
CHANGELOG
+
3
−
0
View file @
7c54c701
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
Changes since U-Boot 1.1.4:
======================================================================
======================================================================
* Fix conditional for including ks8695eth driver
Patch by Greg Ungerer, 04 Jun 2005
* Fix Makefile: include config.mk only after CROSS_COMPILE is defined
* Fix Makefile: include config.mk only after CROSS_COMPILE is defined
Patch by Friedrich Lobenstock, 02 Jun 2005
Patch by Friedrich Lobenstock, 02 Jun 2005
...
...
This diff is collapsed.
Click to expand it.
drivers/ks8695eth.c
+
1
−
2
View file @
7c54c701
...
@@ -18,8 +18,6 @@
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#ifdef CONFIG_DRIVER_KS8695ETH
/****************************************************************************/
/****************************************************************************/
#include
<common.h>
#include
<common.h>
...
@@ -28,6 +26,7 @@
...
@@ -28,6 +26,7 @@
#include
<asm/io.h>
#include
<asm/io.h>
#include
<asm/arch/platform.h>
#include
<asm/arch/platform.h>
#ifdef CONFIG_DRIVER_KS8695ETH
/****************************************************************************/
/****************************************************************************/
/*
/*
...
...
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