Re: [U-Boot] How to Remove the padding bits from u-boot.bin

2009-03-04 Thread Jerry Van Baren
kuldeep nigam wrote: > Hi All, > I am using MIP405T board and trying to reduce the size of u-boot.bin > by disabling the drivers that i didn't need. But the image size is not > changing because it is padding all 1's at the end of the image. Can anyone > tell me how to remove these padding b

Re: [U-Boot] How to Remove the padding bits from u-boot.bin

2009-03-04 Thread Anatolij Gustschin
kuldeep nigam wrote: > Hi All, > I am using MIP405T board and trying to reduce the size of u-boot.bin > by disabling the drivers that i didn't need. But the image size is not > changing because it is padding all 1's at the end of the image. Can anyone > tell me how to remove these padding b

[U-Boot] How to Remove the padding bits from u-boot.bin

2009-03-03 Thread kuldeep nigam
Hi All, I am using MIP405T board and trying to reduce the size of u-boot.bin by disabling the drivers that i didn't need. But the image size is not changing because it is padding all 1's at the end of the image. Can anyone tell me how to remove these padding bits. Image size is 512 K Actua