mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
Add missing 4xx board to MAKEALL
Patch by Stefan Roese, 20 Oct 2005
This commit is contained in:
parent
a547775bac
commit
e9f1110051
2 changed files with 14 additions and 10 deletions
|
@ -2,6 +2,9 @@
|
||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Add missing 4xx board to MAKEALL
|
||||||
|
Patch by Stefan Roese, 20 Oct 2005
|
||||||
|
|
||||||
* Fix conflicting types (flash_write()) in esd auto_update.c
|
* Fix conflicting types (flash_write()) in esd auto_update.c
|
||||||
Patch by Stefan Roese, 20 Oct 2005
|
Patch by Stefan Roese, 20 Oct 2005
|
||||||
|
|
||||||
|
|
21
MAKEALL
21
MAKEALL
|
@ -63,16 +63,17 @@ LIST_8xx=" \
|
||||||
LIST_4xx=" \
|
LIST_4xx=" \
|
||||||
ADCIOP AP1000 AR405 ASH405 \
|
ADCIOP AP1000 AR405 ASH405 \
|
||||||
bubinga CANBT CPCI2DP CPCI405 \
|
bubinga CANBT CPCI2DP CPCI405 \
|
||||||
CPCI4052 CPCI405AB CPCI440 CPCIISER4 \
|
CPCI4052 CPCI405AB CPCI405DT CPCI440 \
|
||||||
CRAYL1 csb272 csb472 DASA_SIM \
|
CPCIISER4 CRAYL1 csb272 csb472 \
|
||||||
DP405 DU405 ebony ERIC \
|
DASA_SIM DP405 DU405 ebony \
|
||||||
EXBITGEN G2000 HUB405 JSE \
|
ERIC EXBITGEN G2000 HH405 \
|
||||||
KAREF METROBOX MIP405 MIP405T \
|
HUB405 JSE KAREF METROBOX \
|
||||||
ML2 ml300 ocotea OCRTC \
|
MIP405 MIP405T ML2 ml300 \
|
||||||
ORSG PCI405 PIP405 PLU405 \
|
ocotea OCRTC ORSG PCI405 \
|
||||||
PMC405 PPChameleonEVB sbc405 VOH405 \
|
PIP405 PLU405 PMC405 PPChameleonEVB \
|
||||||
W7OLMC W7OLMG walnut WUH405 \
|
sbc405 VOH405 W7OLMC W7OLMG \
|
||||||
XPEDITE1K yellowstone yosemite \
|
walnut WUH405 XPEDITE1K yellowstone \
|
||||||
|
yosemite \
|
||||||
"
|
"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue