u-boot-brain/arch
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
..
arm Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
avr32 Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
blackfin Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
i386 Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
m68k Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
microblaze Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
mips Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
nios2 nios2: use gc sections to reduce image size 2010-07-12 11:30:51 -04:00
powerpc Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
sh Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
sparc Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00