Files
android_kernel_eebbk_sm6150/arch/m32r/boot/compressed/vmlinux.scr
T

10 lines
124 B
Plaintext
Raw Normal View History

SECTIONS
{
.data : {
zimage_data = .;
*(.data)
zimage_data_end = .;
}
zimage_len = zimage_data_end - zimage_data;
}