]> Git Repo - J-u-boot.git/commit
85xx: Use gc-sections to reduce image size
authorPeter Tyser <[email protected]>
Wed, 29 Sep 2010 19:05:56 +0000 (14:05 -0500)
committerKumar Gala <[email protected]>
Wed, 20 Oct 2010 07:38:41 +0000 (02:38 -0500)
commitfbe53f59bd40b3b1ab66dc98859e26589d64d1b7
tree5d9d508e595b7a80848ef304deb4f7b6f3d3ff58
parent68337fb5f6f811cd4485ec14c469551f874d535b
85xx: Use gc-sections to reduce image size

On an XPedite5370 over 11KBytes were saved:
  Before:
       text    data     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

Signed-off-by: Peter Tyser <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
arch/powerpc/cpu/mpc85xx/config.mk
arch/powerpc/cpu/mpc85xx/u-boot.lds
This page took 0.032659 seconds and 4 git commands to generate.