
14 Dec
2007
14 Dec
'07
1:20 p.m.
vibi wrote:
hello, can any one please tell me how to reduce the size of u-boot.bin. i tried by disabling commands in the include/config/at91rm9200dk.h,as per the read me document even after this when i compile,i was unable to decrease the size.
thanks in advance.
regards vibi sreenivasan
How big is your binary, why do you need to reduce its size? I ask because most of the time this question is the result of a link gone bad where part of the linked binary lives in low memory space and part lives in high memory space. As a result, the .bin has a huge amount of filled (unused) data between the two.
Best regards, gvb