diff options
author | wdenk <wdenk> | 2005-02-03 23:00:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-02-03 23:00:49 +0000 |
commit | 1a344f298d9d334f7bec631432c10c0666d04757 (patch) | |
tree | 928b89cfceef24f254bae64ae971f316f9e0a8fb /CHANGELOG | |
parent | 436be29cad60a46ed5983120aff71909d8f234a3 (diff) | |
download | u-boot-imx-1a344f298d9d334f7bec631432c10c0666d04757.zip u-boot-imx-1a344f298d9d334f7bec631432c10c0666d04757.tar.gz u-boot-imx-1a344f298d9d334f7bec631432c10c0666d04757.tar.bz2 |
* 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)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,20 @@ Changes for U-Boot 1.1.3: ====================================================================== +* 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) + * Update CPC45 board configuration. * Add USB and PCI support for INKA4x0 board |