Skip to content

Commit

Permalink
* Code cleanup:
Browse files Browse the repository at this point in the history
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
  • Loading branch information
wdenk committed Jun 27, 2003
1 parent 993cad9 commit 8bde7f7
Show file tree
Hide file tree
Showing 1,246 changed files with 47,709 additions and 50,036 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
======================================================================
Changes since U-Boot 0.3.1:
Changes since U-Boot 0.4.0:
======================================================================

* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc.
- split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
- major rework of command structure
(work done mostly by Michal Cendrowski and Joakim Kristiansen)

======================================================================
Changes for U-Boot 0.4.0:
======================================================================

* Patches by Robert Schwebel, 26 Jun 2003:
- logdl
- csb226
- innokom
- csb226 configuration updated
- credits for logodl port updated
- innokom configuration updated
- logodl tree update, still with coding style inconsistencies
- added OCM for ppc405 warning to README

* Patch by Pantelis Antoniou, 25 Jun 2003:
update NetVia with V2 board support
Expand Down
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ E: [email protected]
D: Port to Siemens IAD210 board

N: Ken Chou
E: [email protected]
E: [email protected]
D: Support for A3000 SBC board

N: Conn Clark
Expand Down
10 changes: 5 additions & 5 deletions MAKEALL
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ LIST_8xx=" \

LIST_4xx=" \
ADCIOP AR405 ASH405 BUBINGA405EP \
CANBT CPCI405 CPCI4052 CPCI405AB \
CPCI440 CPCIISER4 CRAYL1 DASA_SIM \
DU405 EBONY ERIC MIP405 \
MIP405T ML2 OCRTC ORSG \
CANBT CPCI405 CPCI4052 CPCI405AB \
CPCI440 CPCIISER4 CRAYL1 DASA_SIM \
DU405 EBONY ERIC MIP405 \
MIP405T ML2 OCRTC ORSG \
PCI405 PIP405 PMC405 W7OLMC \
W7OLMG WALNUT405 \
"
Expand All @@ -58,7 +58,7 @@ LIST_4xx=" \
#########################################################################

LIST_824x=" \
A3000 BMW CPC45 CU824 \
A3000 BMW CPC45 CU824 \
MOUSSE MUSENKI OXC PN62 \
Sandpoint8240 Sandpoint8245 utx8245 \
"
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ u-boot.dis: u-boot
$(OBJDUMP) -d $< > $@

u-boot: depend subdirs $(OBJS) $(LIBS) $(LDSCRIPT)
$(LD) $(LDFLAGS) $(OBJS) \
UNDEF_SYM=`$(OBJDUMP) -x $(LIBS) |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
$(LD) $(LDFLAGS) $$UNDEF_SYM $(OBJS) \
--start-group $(LIBS) --end-group \
-Map u-boot.map -o u-boot

Expand Down Expand Up @@ -741,7 +742,7 @@ ep7312_config : unconfig
#########################################################################

cradle_config : unconfig
@./mkconfig $(@:_config=) arm pxa cradle
@./mkconfig $(@:_config=) arm pxa cradle

csb226_config : unconfig
@./mkconfig $(@:_config=) arm pxa csb226
Expand Down
Loading

0 comments on commit 8bde7f7

Please sign in to comment.