* Patch by Yuli Barcohen, 3 Dec 2003:

"revive" U-Boot support for old Motorola MPC860ADS board

* Patch by Cam(ilo?), 03 Dec 2003:
  make examples build even with broken Montavista objcopy

* Patch by Pavel Bartusek, 27 Nov 2003:
  fix conversion problem with "bootretry" evironment variable
This commit is contained in:
wdenk
2003-12-07 21:39:28 +00:00
parent b4676a25e2
commit b028f71513
14 changed files with 164 additions and 297 deletions

View File

@@ -104,7 +104,7 @@ $(LIB): .depend $(LIBOBJS)
$(OBJCOPY) -O srec $(<:.o=) $@
%.bin: %.srec
$(OBJCOPY) -O binary $< $@ 2>/dev/null
$(OBJCOPY) -O binary $(<:.srec=) $@ 2>/dev/null
#########################################################################