Re: [U-Boot] [PATCH 17/17] 85xx: Use gc-sections to reduce image size

2010-10-20 Thread Kumar Gala
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote: On an XPedite5370 over 11KBytes were saved: Before: text data bss dec hex filename 33245633364 33476 399296 617c0 ./u-boot After: textdata bss dec hex filename 321075

[U-Boot] [PATCH 17/17] 85xx: Use gc-sections to reduce image size

2010-09-29 Thread Peter Tyser
On an XPedite5370 over 11KBytes were saved: Before: textdata bss dec hex filename 332456 33364 33476 399296 617c0 ./u-boot After: text data bss dec hex filename 321075 33836 33476 388387 5ed23 ./u-boot