diff options
Diffstat (limited to 'arch/x86/boot/compressed/vmlinux.scr')
-rw-r--r-- | arch/x86/boot/compressed/vmlinux.scr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/boot/compressed/vmlinux.scr b/arch/x86/boot/compressed/vmlinux.scr deleted file mode 100644 index f02382ae5c4..00000000000 --- a/arch/x86/boot/compressed/vmlinux.scr +++ /dev/null @@ -1,10 +0,0 @@ -SECTIONS -{ - .rodata.compressed : { - input_len = .; - LONG(input_data_end - input_data) input_data = .; - *(.data) - output_len = . - 4; - input_data_end = .; - } -} |