Samsung_S7/source/gupje_device/reloc_linkscript.ld

14 lines
189 B
Plaintext
Raw Normal View History

2024-08-09 10:57:34 +00:00
MEMORY {
ROM (rwx): ORIGIN = 0x020c0000, LENGTH = 0x1000
}
SECTIONS
{
. = 0x020c0000;
.text . : {
*(.text*)
*(.data*)
*(.rodata*)
} >ROM
}