Re: [U-Boot] [PATCH 8/9] mkenvimage: Really set the redundant byte when applicable

2011-11-25 Thread Mike Frysinger
On Wednesday 23 November 2011 15:28:17 David Wagner wrote: > --- a/tools/mkenvimage.c > +++ b/tools/mkenvimage.c > > + if (redundant) > + *(dataptr + sizeof(targetendian_crc)) = 1; dataptr[sizeof(targetendian_crc)] = 1; -mike signature.asc Description: This is a digitally signed

[U-Boot] [PATCH 8/9] mkenvimage: Really set the redundant byte when applicable

2011-11-23 Thread David Wagner
Signed-off-by: David Wagner --- tools/mkenvimage.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index 8d84c85..fa6eb6e 100644 --- a/tools/mkenvimage.c +++ b/tools/mkenvimage.c @@ -257,7 +257,9 @@ int main(int argc, char **argv