* 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)
Showing
- CHANGELOG 14 additions, 0 deletionsCHANGELOG
- Makefile 2 additions, 2 deletionsMakefile
- common/cmd_ide.c 162 additions, 171 deletionscommon/cmd_ide.c
- common/cmd_scsi.c 23 additions, 27 deletionscommon/cmd_scsi.c
- common/cmd_usb.c 18 additions, 17 deletionscommon/cmd_usb.c
- include/configs/CPC45.h 1 addition, 2 deletionsinclude/configs/CPC45.h
Loading
Please register or sign in to comment