FreeCalypso > hg > freecalypso-sw
changeset 635:658a83ff7221
gsm-fw/sysglue/flashboot.S: buglet in the previous change
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Sep 2014 18:45:37 +0000 |
parents | 1f54d2ba42c2 |
children | 06ecb305f650 |
files | gsm-fw/sysglue/flashboot.S |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]