]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/mn10300/boot/compressed/vmlinux.lds
mn10300: add the MN10300/AM33 architecture to the kernel
[linux-2.6-omap-h63xx.git] / arch / mn10300 / boot / compressed / vmlinux.lds
1 SECTIONS
2 {
3   .data : {
4         input_len = .;
5         LONG(input_data_end - input_data) input_data = .;
6         *(.data)
7         input_data_end = .;
8         }
9 }