summaryrefslogtreecommitdiffstats
path: root/arch/h8300/boot/compressed/vmlinux.scr
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2007-07-16 08:38:35 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 18:05:37 +0200
commit86277d594926f3ae4f50ac0fcd9e2fa3cc28a774 (patch)
tree95f2cc09b1255b21ece840fd2a596d4c8a9d676c /arch/h8300/boot/compressed/vmlinux.scr
parenth8300: enable arbitary speed tty port setup (diff)
downloadlinux-86277d594926f3ae4f50ac0fcd9e2fa3cc28a774.tar.xz
linux-86277d594926f3ae4f50ac0fcd9e2fa3cc28a774.zip
h8300 zImage support update
- Add missing files - Add Makefile target - Change image base - Style fix Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/boot/compressed/vmlinux.scr')
-rw-r--r--arch/h8300/boot/compressed/vmlinux.scr9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/h8300/boot/compressed/vmlinux.scr b/arch/h8300/boot/compressed/vmlinux.scr
new file mode 100644
index 000000000000..a0f6962736e9
--- /dev/null
+++ b/arch/h8300/boot/compressed/vmlinux.scr
@@ -0,0 +1,9 @@
+SECTIONS
+{
+ .data : {
+ _input_len = .;
+ LONG(_input_data_end - _input_data) _input_data = .;
+ *(.data)
+ _input_data_end = .;
+ }
+}