z80pack,plus3: update to new binman packing
authorAlan Cox <alan@linux.intel.com>
Thu, 14 May 2015 20:22:07 +0000 (21:22 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 May 2015 20:22:07 +0000 (21:22 +0100)
Kernel/platform-plus3/crt0.s
Kernel/platform-z80pack-lite/crt0.s
Kernel/platform-z80pack/crt0.s

index f1025b9..2d93b0f 100644 (file)
@@ -10,8 +10,8 @@
        .area _CODE3
         .area _CONST
        .area _VIDEO
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -64,7 +64,7 @@ init1:
         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 f37a4b3..ee431eb 100644 (file)
@@ -9,8 +9,8 @@
         .area _CODE
         .area _CODE2
         .area _CONST
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -43,8 +43,8 @@ init:
         ; Configure memory map
         call init_early
 
-       ; move the common memory where it belongs    
-       ld hl, #s__INITIALIZER
+       ; move the common memory where it belongs
+       ld hl, #s__DATA
        ld de, #s__COMMONMEM
        ld bc, #l__COMMONMEM
        ldir
index 5594f37..027a303 100644 (file)
@@ -9,8 +9,8 @@
         .area _CODE
         .area _CODE2
         .area _CONST
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -45,7 +45,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