public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] reducing size of u-boot binary
@ 2007-12-14  5:09 vibi
  2007-12-14  6:15 ` [U-Boot-Users] re ducing " sivaji
  2007-12-14 12:20 ` [U-Boot-Users] reducing " Jerry Van Baren
  0 siblings, 2 replies; 3+ messages in thread
From: vibi @ 2007-12-14  5:09 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] re ducing size of u-boot binary
  2007-12-14  5:09 [U-Boot-Users] reducing size of u-boot binary vibi
@ 2007-12-14  6:15 ` sivaji
  2007-12-14 12:20 ` [U-Boot-Users] reducing " Jerry Van Baren
  1 sibling, 0 replies; 3+ messages in thread
From: sivaji @ 2007-12-14  6:15 UTC (permalink / raw)
  To: u-boot


Hi,
        If u want to reduce the size via disable the command means see the
file include/cmd_confdefs.h. Add the command which u want disable in the
macro CFG_CMD_NONSTD. 
(Please Correct me if i am wrong)

Thanks and Regards
Sivaji


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
> 
> 
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 
> 

-- 
View this message in context: http://www.nabble.com/reducing-size-of-u-boot-binary-tp14330366p14330756.html
Sent from the Uboot - Users mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot-Users] reducing size of u-boot binary
  2007-12-14  5:09 [U-Boot-Users] reducing size of u-boot binary vibi
  2007-12-14  6:15 ` [U-Boot-Users] re ducing " sivaji
@ 2007-12-14 12:20 ` Jerry Van Baren
  1 sibling, 0 replies; 3+ messages in thread
From: Jerry Van Baren @ 2007-12-14 12:20 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-14 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14  5:09 [U-Boot-Users] reducing size of u-boot binary vibi
2007-12-14  6:15 ` [U-Boot-Users] re ducing " sivaji
2007-12-14 12:20 ` [U-Boot-Users] reducing " Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox