diff options
Diffstat (limited to 'include/asm-generic/vmlinux.lds.h')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 2c0fc10956ba..bd69d79208de 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
@@ -640,7 +640,8 @@ | |||
640 | . = ALIGN(4); \ | 640 | . = ALIGN(4); \ |
641 | VMLINUX_SYMBOL(__initramfs_start) = .; \ | 641 | VMLINUX_SYMBOL(__initramfs_start) = .; \ |
642 | *(.init.ramfs) \ | 642 | *(.init.ramfs) \ |
643 | VMLINUX_SYMBOL(__initramfs_end) = .; | 643 | . = ALIGN(8); \ |
644 | *(.init.ramfs.info) | ||
644 | #else | 645 | #else |
645 | #define INIT_RAM_FS | 646 | #define INIT_RAM_FS |
646 | #endif | 647 | #endif |