commit | a067a5e3a2e04a1bf1dc703a2ddc4ed661257a4b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Feb 29 22:48:10 2012 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Apr 22 13:00:19 2012 -0400 |
tree | 3c30fa242d5e135a8fd3c7ca3427472b0b25e7c6 | |
parent | 5dd14f8fa718b60c8ffbe1da553d7c9b83e21274 [diff] |
Blackfin: move gd/bd to bss by default We don't need these setup manually, so let the bss do the rest. On Blackfin systems, we clear the bss before executing any C code that would use these, so this should be fine. Signed-off-by: Mike Frysinger <vapier@gentoo.org>