提交 06a7476b 编写于 作者: D Daniel Glöckner 提交者: Chris Zankel

xtensa: make startup code discardable

Move it from .text to .init.text to get rid of it after boot and
prevent illegal section references.
Signed-off-by: NDaniel Glöckner <dg@emlix.com>
Signed-off-by: NChris Zankel <chris@zankel.net>
上级 fcc8f0f8
......@@ -53,7 +53,7 @@ _start: _j 2f
2: l32r a0, 1b
jx a0
.text
.section .init.text, "ax"
.align 4
_startup:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册