From fc00e0e08ea76adf6be59936586b6b18474648ec Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 14 May 2015 21:22:25 +0100 Subject: [PATCH] socz80: update to new binman packing --- Kernel/platform-socz80/crt0.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-socz80/crt0.s b/Kernel/platform-socz80/crt0.s index 24f29977..f675d344 100644 --- a/Kernel/platform-socz80/crt0.s +++ b/Kernel/platform-socz80/crt0.s @@ -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 -- 2.34.1