diff options
Diffstat (limited to 'arch/v850/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/v850/kernel/vmlinux.lds.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/v850/kernel/vmlinux.lds.S b/arch/v850/kernel/vmlinux.lds.S index 3a5fd07fe064..356308221251 100644 --- a/arch/v850/kernel/vmlinux.lds.S +++ b/arch/v850/kernel/vmlinux.lds.S | |||
@@ -190,12 +190,16 @@ | |||
190 | __root_fs_image_start = . ; \ | 190 | __root_fs_image_start = . ; \ |
191 | *(.root) \ | 191 | *(.root) \ |
192 | __root_fs_image_end = . ; | 192 | __root_fs_image_end = . ; |
193 | |||
194 | #ifdef CONFIG_BLK_DEV_INITRD | ||
193 | /* The initramfs archive. */ | 195 | /* The initramfs archive. */ |
194 | #define INITRAMFS_CONTENTS \ | 196 | #define INITRAMFS_CONTENTS \ |
195 | . = ALIGN (4) ; \ | 197 | . = ALIGN (4) ; \ |
196 | ___initramfs_start = . ; \ | 198 | ___initramfs_start = . ; \ |
197 | *(.init.ramfs) \ | 199 | *(.init.ramfs) \ |
198 | ___initramfs_end = . ; | 200 | ___initramfs_end = . ; |
201 | #endif | ||
202 | |||
199 | /* Where the initial bootmap (bitmap for the boot-time memory allocator) | 203 | /* Where the initial bootmap (bitmap for the boot-time memory allocator) |
200 | should be place. */ | 204 | should be place. */ |
201 | #define BOOTMAP_CONTENTS \ | 205 | #define BOOTMAP_CONTENTS \ |