summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/boot.lds')
-rw-r--r--firmware/target/sh/archos/boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/boot.lds b/firmware/target/sh/archos/boot.lds
index 8002f6e87f..b3c2c90a6c 100644
--- a/firmware/target/sh/archos/boot.lds
+++ b/firmware/target/sh/archos/boot.lds
@@ -2,7 +2,7 @@
2 2
3ENTRY(start) 3ENTRY(start)
4OUTPUT_FORMAT(elf32-sh) 4OUTPUT_FORMAT(elf32-sh)
5INPUT(target/sh/crt0.o) 5STARTUP(target/sh/crt0.o)
6 6
7#define DRAMSIZE (MEMORYSIZE * 0x100000) 7#define DRAMSIZE (MEMORYSIZE * 0x100000)
8 8