Changeset 12555
- Timestamp:
- 07/23/09 20:02:28 (4 years ago)
- Location:
- ar5315_microredboot/microredboot/boot/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ar5315_microredboot/microredboot/boot/src/lib/elf.c
r12551 r12555 1 1 /* 2 2 * elf.c - ELF file memory remapping support 3 * taken and derived from RedBoot source3 * taken and derived from wiligear RedBoot source 4 4 * 5 5 * copyright 2009 Sebastian Gottschall / NewMedia-NET GmbH / DD-WRT.COM -
ar5315_microredboot/microredboot/boot/src/lib/fis.c
r12551 r12555 30 30 return highoffset; 31 31 } 32 return copy - erasesize; 32 return copy - erasesize; // default offset, if not found 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.
