9
0
Fork 0

Fix build problem cpu/ppc4xx/ndfc.c

Patch by Stefan Roese, 07 Sep 2006
This commit is contained in:
Stefan Roese 2006-09-07 13:09:53 +02:00
parent efa20585b3
commit 2d658967e1
3 changed files with 20 additions and 15 deletions

View File

@ -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

28
MAKEALL
View File

@ -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 \
" "
######################################################################### #########################################################################

View File

@ -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>