diff options
Diffstat (limited to 'arm7/arm7.lcf')
-rw-r--r-- | arm7/arm7.lcf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arm7/arm7.lcf b/arm7/arm7.lcf new file mode 100644 index 00000000..784c4cbb --- /dev/null +++ b/arm7/arm7.lcf @@ -0,0 +1,10 @@ +MEMORY { + .text (RX) : ORIGIN=0x02380000, LENGTH=0 +} + +SECTIONS { +#include "undefined_syms.txt" + .text : AT (0x0) { + arm7_rom.o (.text) + } > .text +} |