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

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
......@@ -168,6 +168,8 @@ SECTIONS {
CON_INITCALL
SECURITY_INITCALL
INIT_RAM_FS
} > INIT
.init : {
. = ALIGN(PAGE_SIZE);
__init_end = .;
} > INIT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment