]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove gap fill in srec object v2
authorRicardo Ribalda Delgado <ricardo.ribalda@uam.es>
Sun, 7 Sep 2008 21:10:27 +0000 (17:10 -0400)
committerWolfgang Denk <wd@denx.de>
Tue, 9 Sep 2008 10:07:39 +0000 (12:07 +0200)
commit0817d688f307ee2c0598e79175c94a40ce90337b
tree7709d3fa616b357ae4e190c48fda7bc344047e6b
parent1dc306931ca5ce87f13916fa7165b052d3aa714f
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>
Makefile