commit | 2426099a520feed805d6e4760d01a729e36aeac8 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Jun 29 16:21:28 2011 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Jul 12 02:17:46 2011 -0400 |
tree | c01ebe9491bdac085826ecb5962f42f5c0a25880 | |
parent | 5b44c61f1af39a194902951bd722c86fee8beab2 [diff] |
Blackfin: serial: move early debug strings into .rodata section Rewrite the assembly serial_early_puts() helper to place the strings in the .rodata section rather than embedding them directly in the .text section. Using .text is a little simpler, but it doesn't let people execute out of internal L1 sram (since core reads don't work on those regions). Signed-off-by: Mike Frysinger <vapier@gentoo.org>