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

Commit f19e0eec authored by Jesper Nilsson's avatar Jesper Nilsson Committed by Linus Torvalds
Browse files

Drop redundant __param section for CRISv32.



The __param section is already brought in by RODATA above.

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4a508dd2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -72,11 +72,6 @@ SECTIONS
	INIT_TEXT_SECTION(PAGE_SIZE)
	.init.data : { INIT_DATA }
	.init.setup : { INIT_SETUP(16) }
#ifdef CONFIG_ETRAX_ARCH_V32
	__start___param = .;
	__param : { *(__param) }
	__stop___param = .;
#endif
	.initcall.init : {
		INIT_CALLS
	}