msx: update to new binman
authorAlan Cox <alan@linux.intel.com>
Thu, 14 May 2015 20:21:20 +0000 (21:21 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 May 2015 20:21:20 +0000 (21:21 +0100)
Kernel/platform-msx1/crt0.s
Kernel/platform-msx2/crt0.s

index ad68dce..ca309e5 100644 (file)
@@ -59,7 +59,7 @@ start:                di
                out (0x2f), a
                ld sp, #kstack_top
                ; move the common memory where it belongs
-               ld hl, #s__INITIALIZER
+               ld hl, #s__DATA
                ld de, #s__COMMONMEM
                ld bc, #l__COMMONMEM
                ldir
index d15b06d..aea39eb 100644 (file)
@@ -6,8 +6,8 @@
                .area _CODE2
                .area _VIDEO
                .area _CONST
-               .area _DATA
                .area _INITIALIZED
+               .area _DATA
                .area _BSEG
                .area _BSS
                .area _HEAP
@@ -84,7 +84,7 @@ start:
                call enaslt
 
                ; move the common memory where it belongs
-               ld hl, #s__INITIALIZER
+               ld hl, #s__DATA
                ld de, #s__COMMONMEM
                ld bc, #l__COMMONMEM
                ldir