summaryrefslogtreecommitdiff
path: root/arch/m32r/boot/compressed/vmlinux.scr
blob: 924c7992c55b95fcd82c6c151c2e2ae229175f9d (plain)
1
2
3
4
5
6
7
8
9
SECTIONS
{
  .data : {
	zimage_data = .;
	*(.data)
	zimage_data_end = .;
	}
  zimage_len = zimage_data_end - zimage_data;
}