diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/s390/boot/compressed/vmlinux.scr')
-rw-r--r-- | ANDROID_3.4.5/arch/s390/boot/compressed/vmlinux.scr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/s390/boot/compressed/vmlinux.scr b/ANDROID_3.4.5/arch/s390/boot/compressed/vmlinux.scr deleted file mode 100644 index f02382ae..00000000 --- a/ANDROID_3.4.5/arch/s390/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 = .; - } -} |