From c6e2e7c4f2550cd18dca6e62a28f2570808990b2 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Fri, 15 May 2015 00:23:42 +0100 Subject: [PATCH] n8vem-mark4, p112, zeta-v2: Update to new binman packing --- Kernel/platform-n8vem-mark4/crt0.s | 4 ++-- Kernel/platform-p112/crt0.s | 4 ++-- Kernel/platform-zeta-v2/crt0.s | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Kernel/platform-n8vem-mark4/crt0.s b/Kernel/platform-n8vem-mark4/crt0.s index 9f811a8d..e77a5473 100644 --- a/Kernel/platform-n8vem-mark4/crt0.s +++ b/Kernel/platform-n8vem-mark4/crt0.s @@ -10,8 +10,8 @@ .area _HOME ; compiler stores __mullong etc in here if you use them .area _CODE2 .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -43,7 +43,7 @@ init: 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 diff --git a/Kernel/platform-p112/crt0.s b/Kernel/platform-p112/crt0.s index 9f811a8d..e77a5473 100644 --- a/Kernel/platform-p112/crt0.s +++ b/Kernel/platform-p112/crt0.s @@ -10,8 +10,8 @@ .area _HOME ; compiler stores __mullong etc in here if you use them .area _CODE2 .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -43,7 +43,7 @@ init: 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 diff --git a/Kernel/platform-zeta-v2/crt0.s b/Kernel/platform-zeta-v2/crt0.s index 42b513d6..dc1cf1c2 100644 --- a/Kernel/platform-zeta-v2/crt0.s +++ b/Kernel/platform-zeta-v2/crt0.s @@ -11,8 +11,8 @@ .area _HOME ; compiler stores __mullong etc in here if you use them .area _CODE2 .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -56,7 +56,7 @@ init_common: di 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 -- 2.34.1