Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9d674e5 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S



.init_ramfs ought to be .init.ramfs, fix it up.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 567bb8fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = .;