From fc297929bc25cb94ebe79ccd34f26e4ca97b0753 Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 17 Sep 2007 16:35:45 +0200 Subject: [PATCH] comment corrected ... --- betty/startup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/betty/startup.s b/betty/startup.s index dc43ab6..fb42ac7 100644 --- a/betty/startup.s +++ b/betty/startup.s @@ -102,7 +102,7 @@ handle_reset: ldr r0, =stack_limit mov sl, r0 - # copy data section (only if we are in flash <=> _etext = _data) + # copy data section (only if we are in flash <=> _etext != _data) ldr r1, =_etext ldr r2, =_data -- 2.20.1