summaryrefslogtreecommitdiff
path: root/arch/sh/boot/compressed/piggy.S
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2008-07-04 12:54:51 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 18:10:33 +0900
commitf12ae6bc4ad0054386b380dbf90e63617cd5ab92 (patch)
tree51efc329cb0559547ec4ece96dd5d684a8404a73 /arch/sh/boot/compressed/piggy.S
parentf2fb4e4f647dabf1177d3ce164988e73482d76b1 (diff)
downloadlinux-rt-f12ae6bc4ad0054386b380dbf90e63617cd5ab92.tar.gz
sh: Fix up link error on SH-2 zImage with older binutils.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/compressed/piggy.S')
-rw-r--r--arch/sh/boot/compressed/piggy.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/boot/compressed/piggy.S b/arch/sh/boot/compressed/piggy.S
new file mode 100644
index 000000000000..566071926b13
--- /dev/null
+++ b/arch/sh/boot/compressed/piggy.S
@@ -0,0 +1,8 @@
+ .global input_len, input_data
+ .data
+input_len:
+ .long input_data_end - input_data
+input_data:
+ .incbin "arch/sh/boot/compressed/vmlinux.bin.gz"
+input_data_end:
+ .end