aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/boot/compressed/vmlinux.scr
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/boot/compressed/vmlinux.scr')
-rw-r--r--arch/m32r/boot/compressed/vmlinux.scr9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/m32r/boot/compressed/vmlinux.scr b/arch/m32r/boot/compressed/vmlinux.scr
deleted file mode 100644
index 924c7992c55b..000000000000
--- a/arch/m32r/boot/compressed/vmlinux.scr
+++ /dev/null
@@ -1,9 +0,0 @@
-SECTIONS
-{
- .data : {
- zimage_data = .;
- *(.data)
- zimage_data_end = .;
- }
- zimage_len = zimage_data_end - zimage_data;
-}