Mercurial > flash_v2
diff packages/redboot/current/ChangeLog @ 1253:9ecd8873f657
Use LMA, not VMA
| author | gthomas |
|---|---|
| date | Mon, 29 Sep 2003 14:49:46 +0000 |
| parents | dc8c964619a0 |
| children | 13ba50dd5a8e |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,10 @@ +2003-09-29 Gary Thomas <gary@mlbassoc.com> + + * src/load.c (load_elf_image): Use LMA (loader memory address), instead + of VMA (virtual memory address) to load code. If LMA != VMA, it's up + to the loaded program to figure it out. + Inspired by Artur Lipowski <LAL@pro.onet.pl> + 2003-09-26 Nick Garnett <nickg@balti.calivar.com> * doc/redboot_installing.sgml: Fixed bogus memory sizes in AT91
