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

index 24f2997..f675d34 100644 (file)
@@ -10,8 +10,8 @@
        .area _HOME
         .area _CODE2
         .area _CONST
-        .area _DATA
         .area _INITIALIZED
+        .area _DATA
         .area _BSEG
         .area _BSS
         .area _HEAP
@@ -43,7 +43,7 @@ init:
         di
         ld sp, #kstack_top
 
-        ld hl, #s__INITIALIZER
+        ld hl, #s__DATA
         ld de, #s__COMMONMEM
        ld bc, #l__COMMONMEM
         ldir