提交 995bcd3d 编写于 作者: T Tim Abbott 提交者: Greg Ungerer

m68knommu: Move __init_end out of the .init section.

Signed-off-by: NTim Abbott <tabbott@ksplice.com>
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册