commit | 740a3e677b70181d5e2b1458a27891209e3bf635 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Dec 17 15:33:43 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 22 18:44:47 2008 +0900 |
tree | 9b5de2213f9a6ca036398bbc411a9982444d4351 | |
parent | 8a655053ca1593dd160dac2a4ee638fdec037d86 [diff] |
sh: Enable skipping of bss on debug platforms for sh32 also. This enables the same functionality that sh64 has for sh32. When running on simulated hardware or via remote memory via the debug interface, memory is gauranteed to be zero on boot already, and skipping the zeroing of BSS has measurable boot time benefits. Signed-off-by: Paul Mundt <lethal@linux-sh.org>