From e817340678bacf5c37fc16b8ae07165e251badfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Sat, 1 Oct 2011 13:06:00 +0000 Subject: [PATCH] Removed the code which makes the NVRAM checksum invalid. --- BaS_codewarrior/firebeeV1/sources/BaS.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BaS_codewarrior/firebeeV1/sources/BaS.c b/BaS_codewarrior/firebeeV1/sources/BaS.c index 2b2699d..caf20d8 100644 --- a/BaS_codewarrior/firebeeV1/sources/BaS.c +++ b/BaS_codewarrior/firebeeV1/sources/BaS.c @@ -179,11 +179,13 @@ loop_sr: addq.l #1,d1 cmp.b d1,d2 bne loop_sr - +/* + // Set the NVRAM checksum as invalid move.b #63,(a0) move.b 2(a0),d0 add #1,d0 move.b d0,2(a0) +*/ not_rtc: bsr mmu_init bsr vec_init