Samsung_S7/source/gupje_device/reloc2_linkscript.ld
2024-08-17 20:35:52 +02:00

14 lines
189 B
Plaintext

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