Commit b4dbf95e authored by Ralf Baechle's avatar Ralf Baechle

Get rid of the the remains of 2.4-style ramdisk support.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 71e0e556
...@@ -54,13 +54,6 @@ SECTIONS ...@@ -54,13 +54,6 @@ SECTIONS
*(.data) *(.data)
/* Align the initial ramdisk image (INITRD) on page boundaries. */
. = ALIGN(4096);
__rd_start = .;
*(.initrd)
. = ALIGN(4096);
__rd_end = .;
CONSTRUCTORS CONSTRUCTORS
} }
_gp = . + 0x8000; _gp = . + 0x8000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment