added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / m32r / boot / compressed / vmlinux.scr
blob924c7992c55b95fcd82c6c151c2e2ae229175f9d
1 SECTIONS
3   .data : {
4         zimage_data = .;
5         *(.data)
6         zimage_data_end = .;
7         }
8   zimage_len = zimage_data_end - zimage_data;