diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/boot/compressed/vmlinux_32.scr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/boot/compressed/vmlinux_32.scr b/arch/x86/boot/compressed/vmlinux_32.scr index 707a88f7f29e..a54952661995 100644 --- a/arch/x86/boot/compressed/vmlinux_32.scr +++ b/arch/x86/boot/compressed/vmlinux_32.scr @@ -2,9 +2,9 @@ SECTIONS { .data.compressed : { input_len = .; - LONG(input_data_end - input_data) input_data = .; - *(.data) + LONG(input_data_end - input_data) input_data = .; + *(.data) output_len = . - 4; - input_data_end = .; + input_data_end = .; } } |