x86: unify arch/x86/boot/compressed/vmlinux_??.scr
The files are now identical so merge them. size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:

committed by
Ingo Molnar

parent
20514e9f6e
commit
f18c0e7920
10
arch/x86/boot/compressed/vmlinux.scr
Normal file
10
arch/x86/boot/compressed/vmlinux.scr
Normal file
@@ -0,0 +1,10 @@
|
||||
SECTIONS
|
||||
{
|
||||
.rodata.compressed : {
|
||||
input_len = .;
|
||||
LONG(input_data_end - input_data) input_data = .;
|
||||
*(.data)
|
||||
output_len = . - 4;
|
||||
input_data_end = .;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user