Skip to content

Commit

Permalink
sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S
Browse files Browse the repository at this point in the history
.init_ramfs ought to be .init.ramfs, fix it up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 11, 2009
1 parent 567bb8f commit d9d674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ SECTIONS

#ifdef CONFIG_BLK_DEV_INITRD
. = ALIGN(PAGE_SIZE);
.init.ramfs : AT(ADDR(.init_ramfs) - LOAD_OFFSET) {
.init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
__initramfs_start = .;
*(.init.ramfs)
__initramfs_end = .;
Expand Down

0 comments on commit d9d674e

Please sign in to comment.