diff options
Diffstat (limited to 'arch/m68knommu/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/m68knommu/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index bfade20a9e5e..c86a1bf589d4 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/arch/m68knommu/kernel/vmlinux.lds.S | |||
@@ -159,10 +159,12 @@ SECTIONS { | |||
159 | __security_initcall_start = .; | 159 | __security_initcall_start = .; |
160 | *(.security_initcall.init) | 160 | *(.security_initcall.init) |
161 | __security_initcall_end = .; | 161 | __security_initcall_end = .; |
162 | #ifdef CONFIG_BLK_DEV_INITRD | ||
162 | . = ALIGN(4); | 163 | . = ALIGN(4); |
163 | __initramfs_start = .; | 164 | __initramfs_start = .; |
164 | *(.init.ramfs) | 165 | *(.init.ramfs) |
165 | __initramfs_end = .; | 166 | __initramfs_end = .; |
167 | #endif | ||
166 | . = ALIGN(4096); | 168 | . = ALIGN(4096); |
167 | __init_end = .; | 169 | __init_end = .; |
168 | } > INIT | 170 | } > INIT |