Commit 6b437426 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Michal Simek

microblaze: add security initcalls

The security subsystem has its own initcalls, which
need support in vmlinux.lds.S.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 122eec2f
...@@ -132,6 +132,8 @@ SECTIONS { ...@@ -132,6 +132,8 @@ SECTIONS {
__con_initcall_end = .; __con_initcall_end = .;
} }
SECURITY_INIT
__init_end_before_initramfs = .; __init_end_before_initramfs = .;
.init.ramfs ALIGN(4096) : { .init.ramfs ALIGN(4096) : {
......
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