From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 14 Dec 2007 07:20:25 -0500 Subject: [U-Boot-Users] reducing size of u-boot binary In-Reply-To: <1197608974.2758.4.camel@root> References: <1197608974.2758.4.camel@root> Message-ID: <47627509.9030805@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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