commit | 0817d688f307ee2c0598e79175c94a40ce90337b | [log] [tgz] |
---|---|---|
author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | Sun Sep 07 17:10:27 2008 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Tue Sep 09 12:07:39 2008 +0200 |
tree | 7709d3fa616b357ae4e190c48fda7bc344047e6b | |
parent | 1dc306931ca5ce87f13916fa7165b052d3aa714f [diff] |
Remove gap fill in srec object v2 SREC files do not need gap fill: The load address is specified in the file. On the other hand, it can't be avoided in a .bin object. It has no information about memory location. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>