Samsung_S7/source/screen_print/test_print.ld

14 lines
188 B
Plaintext
Raw Normal View History

MEMORY {
ROM (rwx): ORIGIN = 0x8f007de8, LENGTH = 0x108
}
SECTIONS
{
. = 0x8f007de8;
.text . : {
*(.text*)
*(.data*)
*(.rodata*)
} >ROM
}