From: hackbard Date: Mon, 17 Sep 2007 14:35:45 +0000 (+0200) Subject: comment corrected ... X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=commitdiff_plain;h=fc297929bc25cb94ebe79ccd34f26e4ca97b0753 comment corrected ... --- 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