GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / 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;