diff options
Diffstat (limited to 'arch/h8300/boot/compressed/vmlinux.scr')
-rw-r--r-- | arch/h8300/boot/compressed/vmlinux.scr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/h8300/boot/compressed/vmlinux.scr b/arch/h8300/boot/compressed/vmlinux.scr deleted file mode 100644 index a0f6962736e9..000000000000 --- a/arch/h8300/boot/compressed/vmlinux.scr +++ /dev/null @@ -1,9 +0,0 @@ -SECTIONS -{ - .data : { - _input_len = .; - LONG(_input_data_end - _input_data) _input_data = .; - *(.data) - _input_data_end = .; - } -} |