Skip to content

Commit

Permalink
Get rid of the the remains of 2.4-style ramdisk support.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 71e0e55 commit b4dbf95
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/mips/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4dbf95

Please sign in to comment.