sh: Kill off legacy embedded ramdisk section.
When the SH kernel used to support embedding a ramdisk in the pre-initramfs days it was placed in a special section and made to look like a regular initrd. Since that was removed ages ago, kill off the remaining cruft that was missed. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -43,14 +43,6 @@ SECTIONS
|
||||
|
||||
.data : { /* Data */
|
||||
DATA_DATA
|
||||
|
||||
/* Align the initial ramdisk image (INITRD) on page boundaries. */
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
__rd_start = .;
|
||||
*(.initrd)
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
__rd_end = .;
|
||||
|
||||
CONSTRUCTORS
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user