u-boot-brain/arch/nios2
Thomas Chou cb2da50f0f nios2: use gc sections to reduce image size
Follow the discussion of Charles Manning and Mike Frysinger.
Using gc_sections helps reduce image size.

Configuring for nios2-generic board...
Before,
   text    data     bss     dec     hex filename
 123979    3724   22892  150595   24c43 /tmp/u-boot/u-boot
After,
   text    data     bss     dec     hex filename
 115983    3800   22732  142515   22cb3 /tmp/u-boot/u-boot

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2010-07-12 11:30:51 -04:00
..
cpu Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
include/asm nios2: fix r15 issue for gcc4 2010-05-28 10:56:03 -04:00
lib Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
config.mk nios2: use gc sections to reduce image size 2010-07-12 11:30:51 -04:00