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

Commit 995bcd3d authored by Tim Abbott's avatar Tim Abbott Committed by Greg Ungerer
Browse files

m68knommu: Move __init_end out of the .init section.



Signed-off-by: default avatarTim Abbott <tabbott@ksplice.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent a90a44ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,8 @@ SECTIONS {
		CON_INITCALL
		SECURITY_INITCALL
		INIT_RAM_FS
	} > INIT
	.init : {
		. = ALIGN(PAGE_SIZE);
		__init_end = .;
	} > INIT