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

index 8896552..53bc19e 100644 (file)
@@ -8,8 +8,8 @@
         .area _CODE2
         .area _CONST
        .area _VIDEO
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -48,7 +48,7 @@ init:
         call init_early
 
        ; 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 6f938b7..f8fad12 100644 (file)
@@ -6,8 +6,8 @@
                .area _CODE2
                .area _VIDEO
                .area _CONST
-               .area _DATA
                .area _INITIALIZED
+               .area _DATA
                .area _BSEG
                .area _BSS
                .area _HEAP
@@ -114,7 +114,7 @@ start:
                ;       moved INITIALIZED ready and then packed common after
                ;       it)
                ;
-               ld hl, #s__INITIALIZER
+               ld hl, #s__DATA
                ld de, #s__COMMONMEM
                ld bc, #l__COMMONMEM
                ldir