Re: [U-Boot] [PATCH] Remove gap fill in srec object v2

2008-09-09 Thread Wolfgang Denk
Dear Ricardo Ribalda Delgado, In message <[EMAIL PROTECTED]> you wrote: > 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. > > diff in v2: > -Change comment (wd) >

[U-Boot] [PATCH] Remove gap fill in srec object v2

2008-09-07 Thread Ricardo Ribalda Delgado
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. diff in v2: -Change comment (wd) Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- Makefile |2 +- 1