commit | d4fb21174c3e413701831dfff288f713c39f4644 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Nov 15 08:16:19 2010 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Nov 18 04:38:19 2010 -0500 |
tree | 8db6231d4c3e419b97685cf3ffec17425f23fd48 | |
parent | b14adae3cc304fae92cdb310d7616679dddea821 [diff] |
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>