]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Removed '--no-warn-mismatch' option from Makefile. This option
authorwdenk <wdenk>
Thu, 3 Feb 2005 23:00:49 +0000 (23:00 +0000)
committerwdenk <wdenk>
Thu, 3 Feb 2005 23:00:49 +0000 (23:00 +0000)
commit1a344f298d9d334f7bec631432c10c0666d04757
tree928b89cfceef24f254bae64ae971f316f9e0a8fb
parent436be29cad60a46ed5983120aff71909d8f234a3
* Removed '--no-warn-mismatch' option from Makefile. This option
  makes 'ld' to overlook binary objects compatibility.

* Moved $(PLATFORM_LIBS) from the library group (--start-group ...
  --end-group) outside of the group. This will make 'ld' to do
  _multiple_ search in the library group when resolving symbol
  references and do only a _single_ seach in libgcc.a after the group
  search.

* Fix stability problems on CPC45 board again.

* Make image detection for diskboot / usbboot / scsiboot more robust
  (also check header checksum)
CHANGELOG
Makefile
common/cmd_ide.c
common/cmd_scsi.c
common/cmd_usb.c
include/configs/CPC45.h