Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06a7476b authored by Daniel Glöckner's avatar Daniel Glöckner Committed by Chris Zankel
Browse files

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: default avatarDaniel Glöckner <dg@emlix.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent fcc8f0f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ _start: _j 2f
2:	l32r	a0, 1b
	jx	a0

	.text
	.section .init.text, "ax"
	.align 4
_startup: