]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/m32r/boot/compressed/vmlinux.scr
Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
[karo-tx-linux.git] / arch / m32r / boot / compressed / vmlinux.scr
1 SECTIONS
2 {
3   .data : {
4         zimage_data = .;
5         *(.data)
6         zimage_data_end = .;
7         }
8   zimage_len = zimage_data_end - zimage_data;
9 }