commit | da99f00ece82cb51ca5ead97008658e1dc49782b | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Fri Jan 13 19:22:04 2017 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Sat Feb 25 05:05:37 2017 +0900 |
tree | 627e0bce5bc32ca605869a61145f14481b89322a | |
parent | e6d20c55a4d94eca419f80f996133f523ecedfe0 [diff] |
openrisc: head: Move init strings to rodata section The strings used during the head/init phase of openrisc bootup were stored in the executable section of the binary. This causes compilation to fail when using CONFIG_DEBUG_INFO with error: Error: unaligned opcodes detected in executable segment Signed-off-by: Stafford Horne <shorne@gmail.com>