blob: 924c7992c55b95fcd82c6c151c2e2ae229175f9d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001SECTIONS
2{
3 .data : {
4 zimage_data = .;
5 *(.data)
6 zimage_data_end = .;
7 }
8 zimage_len = zimage_data_end - zimage_data;
9}