Re: [U-Boot] [PATCH]v2: Fixed lineendings in tools/img2brec.sh

2008-11-01 Thread Niklaus Giger
Am Freitag 31 Oktober 2008 00.23:32 schrieb Wolfgang Denk: > Dear Niklaus Giger, > > In message <[EMAIL PROTECTED]> you wrote: > > This time I took a closer look at img2brec.sh. My conclusions are > > img2brec.sh was done for development under Windows (probably cygwin), as > > it uses a command fil

Re: [U-Boot] [PATCH]v2: Fixed lineendings in tools/img2brec.sh

2008-10-30 Thread Wolfgang Denk
Dear Niklaus Giger, In message <[EMAIL PROTECTED]> you wrote: > This time I took a closer look at img2brec.sh. My conclusions are > img2brec.sh was done for development under Windows (probably cygwin), as > it uses a command filesize which is not available as such under Unix. > Therefore > I repl

[U-Boot] [PATCH]v2: Fixed lineendings in tools/img2brec.sh

2008-10-23 Thread Niklaus Giger
This time I took a closer look at img2brec.sh. My conclusions are img2brec.sh was done for development under Windows (probably cygwin), as it uses a command filesize which is not available as such under Unix. Therefore I replaced with a functional equivalent (wc --bytes) which should also work und