Mercurial > flash_v2
diff packages/redboot/current/ChangeLog @ 284:3e80ecaaa3f8
* src/crc.c: Removed. Replaced with the CRC package.
* src/cksum.c: Removed the posix_crc function.
* src/flash.c: Use the crc package crc functions.
* src/xyzModem.c: Ditto
* include/redboot.h: Use the crc package include file.
* cdl/redboot.cdl: removed crc.c
| author | asl |
|---|---|
| date | Mon, 12 Aug 2002 07:54:52 +0000 |
| parents | 96e3418e1f5b |
| children | 78a5b319acd3 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,12 @@ +2002-08-09 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/crc.c: Removed. Replaced with the CRC package. + * src/cksum.c: Removed the posix_crc function. + * src/flash.c: Use the crc package crc functions. + * src/xyzModem.c: Ditto + * include/redboot.h: Use the crc package include file. + * cdl/redboot.cdl: removed crc.c + 2002-08-09 Jani Monoses <jani@iv.ro> * src/net/http_client.c: use standard HTTP GET request ('/'
