diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:43 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:43 +0200 |
commit | 0530bf37cebcf22a73652937c2340bc1ebd92000 (patch) | |
tree | ac2918d5eca7b0775875ad81fe98a0248ae5924f /arch/x86/boot/compressed/vmlinux_32.scr | |
parent | 19d8d79ccfd2fb67b1eb86e3c634a2e68a4c4b11 (diff) |
i386: move boot
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/boot/compressed/vmlinux_32.scr')
-rw-r--r-- | arch/x86/boot/compressed/vmlinux_32.scr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/vmlinux_32.scr b/arch/x86/boot/compressed/vmlinux_32.scr new file mode 100644 index 00000000000..707a88f7f29 --- /dev/null +++ b/arch/x86/boot/compressed/vmlinux_32.scr @@ -0,0 +1,10 @@ +SECTIONS +{ + .data.compressed : { + input_len = .; + LONG(input_data_end - input_data) input_data = .; + *(.data) + output_len = . - 4; + input_data_end = .; + } +} |