comparison packages/redboot/current/ChangeLog @ 1295:5e8ec925adf2

Improve image size/length check
author gthomas
date Thu, 09 Oct 2003 21:34:03 +0000
parents 2f008c4111e7
children 4212c82ebff6
comparison
equal deleted inserted replaced
1294:162280f0d804 1295:5e8ec925adf2
1 2003-10-09 Gary Thomas <gary@mlbassoc.com> 1 2003-10-09 Gary Thomas <gary@mlbassoc.com>
2
3 * src/flash.c (fis_create): Check whole length of image, not just
4 effective size, when validating addresses.
2 5
3 * src/net/net_io.c (net_init): 6 * src/net/net_io.c (net_init):
4 * include/net/net.h: Rework handling of multiple network devices. All 7 * include/net/net.h: Rework handling of multiple network devices. All
5 devices will now be initialized, with either the first or the default 8 devices will now be initialized, with either the first or the default
6 device actually used for I/O. 9 device actually used for I/O.