Skip to content
Snippets Groups Projects
Commit e8e35efc authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent fd48d591
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment