mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 17:12:06 +00:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
|
SECTIONS
|
||
|
|
{
|
||
|
|
.data : {
|
||
|
|
zimage_data = .;
|
||
|
|
*(.data)
|
||
|
|
zimage_data_end = .;
|
||
|
|
}
|
||
|
|
zimage_len = zimage_data_end - zimage_data;
|
||
|
|
}
|