diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-10 23:12:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-10 23:12:38 -0400 |
commit | d9d674e50007362567edb5df65c05dd56a5964bf (patch) | |
tree | 0e53b572e64bc8dcbe52aa6bd6f30e00bb493fcb /arch/sh/kernel/vmlinux.lds.S | |
parent | 567bb8fd47624cb9f894c64ce9530d43d5862a71 (diff) |
sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S
.init_ramfs ought to be .init.ramfs, fix it up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sh/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 1a2c8db5cb2a..d73723080fd1 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S | |||
@@ -127,7 +127,7 @@ SECTIONS | |||
127 | 127 | ||
128 | #ifdef CONFIG_BLK_DEV_INITRD | 128 | #ifdef CONFIG_BLK_DEV_INITRD |
129 | . = ALIGN(PAGE_SIZE); | 129 | . = ALIGN(PAGE_SIZE); |
130 | .init.ramfs : AT(ADDR(.init_ramfs) - LOAD_OFFSET) { | 130 | .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) { |
131 | __initramfs_start = .; | 131 | __initramfs_start = .; |
132 | *(.init.ramfs) | 132 | *(.init.ramfs) |
133 | __initramfs_end = .; | 133 | __initramfs_end = .; |