diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2008-07-03 23:54:51 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:10:33 -0400 |
commit | f12ae6bc4ad0054386b380dbf90e63617cd5ab92 (patch) | |
tree | 51efc329cb0559547ec4ece96dd5d684a8404a73 /arch/sh/boot/compressed/piggy.S | |
parent | f2fb4e4f647dabf1177d3ce164988e73482d76b1 (diff) |
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.S | 8 |
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 @@ | |||
1 | .global input_len, input_data | ||
2 | .data | ||
3 | input_len: | ||
4 | .long input_data_end - input_data | ||
5 | input_data: | ||
6 | .incbin "arch/sh/boot/compressed/vmlinux.bin.gz" | ||
7 | input_data_end: | ||
8 | .end | ||