mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
8 lines
73 B
Text
8 lines
73 B
Text
SECTIONS
|
|
{
|
|
.text : {
|
|
zero_page_pos = .;
|
|
*(.data)
|
|
end_data = .;
|
|
}
|
|
}
|