comparison packages/redboot/current/ChangeLog @ 1259:13ba50dd5a8e

Some cleanups from David Vrable
author gthomas
date Tue, 30 Sep 2003 21:17:43 +0000
parents 9ecd8873f657
children 734edfe6c859
comparison
equal deleted inserted replaced
1258:a77bd30a9395 1259:13ba50dd5a8e
1 2003-09-30 Gary Thomas <gary@mlbassoc.com>
2
3 * src/fconfig.c (do_flash_config): Fix typo in error message.
4
5 2003-09-30 David Vrabel <dvrabel@arcom.com>
6
7 * src/net/tcp.c: Include missing <cyg/infra/diag.h>.
8
9 * include/redboot.h, src/parse.c (init_opts, scan_opts): Remove
10 the excessive level of indirection in the handling of option
11 arguments.
12
1 2003-09-29 Gary Thomas <gary@mlbassoc.com> 13 2003-09-29 Gary Thomas <gary@mlbassoc.com>
2 14
3 * src/load.c (load_elf_image): Use LMA (loader memory address), instead 15 * src/load.c (load_elf_image): Use LMA (loader memory address), instead
4 of VMA (virtual memory address) to load code. If LMA != VMA, it's up 16 of VMA (virtual memory address) to load code. If LMA != VMA, it's up
5 to the loaded program to figure it out. 17 to the loaded program to figure it out.