6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
|
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||
|
OUTPUT_ARCH(arm)
|
||
|
SEARCH_DIR("=/usr/local/lib"); SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib");
|
||
|
|
||
|
__DRAM0_MOD_BASE = ORIGIN(dram0_2_seg);
|
||
|
__DRAM0_INF_BASE = ORIGIN(magic_info_seg);
|