From: Ralf Baechle Date: Wed, 16 Mar 2005 10:23:31 +0000 (+0000) Subject: Get rid of the the remains of 2.4-style ramdisk support. X-Git-Tag: v2.6.15-rc1~731^2~1^2~248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4dbf95e3080cf43a27cc324bfa0975f88174d07;p=platform%2Fkernel%2Flinux-exynos.git Get rid of the the remains of 2.4-style ramdisk support. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index ff345f2..25cc856 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S @@ -54,13 +54,6 @@ SECTIONS *(.data) - /* Align the initial ramdisk image (INITRD) on page boundaries. */ - . = ALIGN(4096); - __rd_start = .; - *(.initrd) - . = ALIGN(4096); - __rd_end = .; - CONSTRUCTORS } _gp = . + 0x8000;