u-boot-brain/arch/blackfin
Mike Frysinger 49508d4c59 Blackfin: make sure bss len is multiple of 4 bytes
The Blackfin on-chip BootROM requires that fill operations (which is
used for the bss) be aligned to 4 bytes (base addr and total len).
Plus, the Blackfin early init asm code assumes the same thing.  So
rather than making things work for no real gain, make sure the bss
len is padded to 4 bytes in the linker script.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-11-18 04:38:19 -05:00
..
cpu Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
include/asm Merge branch 'master' of git://git.denx.de/u-boot-blackfin 2010-10-29 21:46:08 +02:00
lib Blackfin: make sure bss len is multiple of 4 bytes 2010-11-18 04:38:19 -05:00
config.mk Blackfin: config.mk: drop manual stripping of config vars 2010-10-27 21:18:05 -04:00