X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Fstartup.s;h=fb42ac7deecf00f97af2e2bf7053221bb53675b6;hp=dc43ab6513ed417f0a404555e24ea50c1031b720;hb=fc297929bc25cb94ebe79ccd34f26e4ca97b0753;hpb=c0321fdefb210dfc4cf43959e76c3c7c49f9e490 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