# HG changeset patch # User Michael Spacefalcon # Date 1409597137 0 # Node ID 658a83ff7221e389e9832ea8aa18654459a85b4c # Parent 1f54d2ba42c2eb767e2f71334d85eeda96135097 gsm-fw/sysglue/flashboot.S: buglet in the previous change diff -r 1f54d2ba42c2 -r 658a83ff7221 gsm-fw/sysglue/flashboot.S --- a/gsm-fw/sysglue/flashboot.S Mon Sep 01 18:38:57 2014 +0000 +++ b/gsm-fw/sysglue/flashboot.S Mon Sep 01 18:45:37 2014 +0000 @@ -60,7 +60,7 @@ * and ramImage, so let's only do this setting on those targets * on which we do it in ../../loadtools/scripts/*.init (for fc-xram). */ -#if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_C156 +#if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_C155 ldr r1, =0xFFFEF006 mov r2, #0x0008 strh r2, [r1]