mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
Get rid of the the remains of 2.4-style ramdisk support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
71e0e556db
commit
b4dbf95e30
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user