OSDN Git Service

segment size fixed
authorastoria-d <astoria-d@mail.goo.ne.jp>
Mon, 30 Sep 2013 06:17:15 +0000 (15:17 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Mon, 30 Sep 2013 06:17:15 +0000 (15:17 +0900)
tools/test-image/sample1.cfg

index 58ffe9f..15d836d 100644 (file)
@@ -3,7 +3,7 @@ MEMORY {
        HEADER:         start = $0000, size = $0010, file = %O, fill = yes;
        ROMST:          start = $8000, size = $0ffa, type = ro, file = %O, fill = yes, define = yes;
        ROMINFO_4k:     start = $8ffa, size = $0006, type = ro, file = %O, fill = yes, define = yes;
-       ROMST_other:    start = $9000, size = $5ffa, type = ro, file = %O, fill = yes, define = yes;
+       ROMST_other:    start = $9000, size = $6ffa, type = ro, file = %O, fill = yes, define = yes;
        ROMINFO:        start = $fffa, size = $0006, type = ro, file = %O, fill = yes, define = yes;
        ROMCHR:         start = $0000, size = $2000, type = rw, define = yes;
        ZP:                 start = $0000, size = $0020, type = rw, define = yes;