Samsung_S7/source/gupje_device/linkscript.ld
2024-08-08 11:44:13 +02:00

14 lines
187 B
Plaintext

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