comparison packages/redboot/current/ChangeLog @ 1319:94e373b3fc8d

Fix ELF load when -b option used.
author gthomas
date Fri, 17 Oct 2003 21:45:24 +0000
parents e7283a4a428c
children afd4dd211d3a
comparison
equal deleted inserted replaced
1318:e7283a4a428c 1319:94e373b3fc8d
1 2003-10-17 Gary Thomas <gary@mlbassoc.com>
2
3 * src/load.c: Only examine loadable segments when scanning to determine
4 lowest loadable address (only used when -b XXX option used). Otherwise,
5 an offset into space could be chosen.
6
1 2003-10-16 Jonathan Larmour <jifl@eCosCentric.com> 7 2003-10-16 Jonathan Larmour <jifl@eCosCentric.com>
2 8
3 * doc/redboot_installing.sgml: Fix eb40 flash install instructions. 9 * doc/redboot_installing.sgml: Fix eb40 flash install instructions.
4 10
5 2003-10-15 Gary Thomas <gary@mlbassoc.com> 11 2003-10-15 Gary Thomas <gary@mlbassoc.com>