OSDN Git Service

(none)
[hos/hos-v4a.git] / sample / mips / jelly / gcc / ram.lds
index ff95e29..ef3e50c 100755 (executable)
@@ -4,7 +4,7 @@ ENTRY(_reset_handler)
 MEMORY
 {
        rom    : o = 0x00000000, l = 0x00010000
-       ram    : o = 0x00010000, l = 0x00010000
+       ram    : o = 0x00010000, l = 0x00001000
 }
 
 SECTIONS