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
2d658967
Commit
2d658967
authored
18 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
Fix build problem cpu/ppc4xx/ndfc.c
Patch by Stefan Roese, 07 Sep 2006
parent
efa20585
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
MAKEALL
+14
-14
14 additions, 14 deletions
MAKEALL
cpu/ppc4xx/ndfc.c
+3
-1
3 additions, 1 deletion
cpu/ppc4xx/ndfc.c
with
20 additions
and
15 deletions
CHANGELOG
+
3
−
0
View file @
2d658967
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
Changes since U-Boot 1.1.4:
======================================================================
======================================================================
* Fix build problem cpu/ppc4xx/ndfc.c
Patch by Stefan Roese, 07 Sep 2006
* Fix build problem with CPCI440
* Fix build problem with CPCI440
Patch by Stefan Roese, 07 Sep 2006
Patch by Stefan Roese, 07 Sep 2006
...
...
This diff is collapsed.
Click to expand it.
MAKEALL
+
14
−
14
View file @
2d658967
...
@@ -75,20 +75,20 @@ LIST_8xx=" \
...
@@ -75,20 +75,20 @@ LIST_8xx=" \
LIST_4xx
=
"
\
LIST_4xx
=
"
\
ADCIOP AP1000 AR405 ASH405
\
ADCIOP AP1000 AR405 ASH405
\
bubinga CANBT CMS700
CPCI2DP
\
bamboo
bubinga CANBT CMS700
\
CPCI405 CPCI4052 CPCI405AB
CPCI405DT
\
CPCI2DP
CPCI405 CPCI4052 CPCI405AB
\
CPCI440 CPCIISER4 CRAYL1
csb272
\
CPCI405DT
CPCI440 CPCIISER4 CRAYL1
\
csb472 DASA_SIM DP405
DU405
\
csb272
csb472 DASA_SIM DP405
\
ebony ERIC EXBITGEN
G2000
\
DU405
ebony ERIC EXBITGEN
\
HH405 HUB405 JSE
KAREF
\
G2000
HH405 HUB405 JSE
\
luan METROBOX MIP405
MIP405T
\
KAREF
luan METROBOX MIP405
\
ML2 ml300 ocotea
OCRTC
\
MIP405T
ML2 ml300 ocotea
\
ORSG p3p440 PCI405
pcs440ep
\
OCRTC
ORSG p3p440 PCI405
\
PIP405 PLU405 PMC405
PPChameleonEVB
\
pcs440ep
PIP405 PLU405 PMC405
\
sbc405 sequoia sequoia_nand
VOH405
\
PPChameleonEVB
sbc405 sequoia sequoia_nand
\
VOM405 W7OLMC W7OLMG
walnut
\
VOH405
VOM405 W7OLMC W7OLMG
\
WUH405 XPEDITE1K yellowstone
yosemite
\
walnut
WUH405 XPEDITE1K yellowstone
\
yucca bamboo
\
yosemite
yucca bamboo
\
"
"
#########################################################################
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
cpu/ppc4xx/ndfc.c
+
3
−
1
View file @
2d658967
...
@@ -31,7 +31,9 @@
...
@@ -31,7 +31,9 @@
#include
<common.h>
#include
<common.h>
#if (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CFG_NAND_LEGACY)
#if (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CFG_NAND_LEGACY) && \
(defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
defined(CONFIG_440EPX) || defined(CONFIG_440GRX))
#include
<nand.h>
#include
<nand.h>
#include
<linux/mtd/ndfc.h>
#include
<linux/mtd/ndfc.h>
...
...
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