FreeCalypso > hg > freecalypso-sw
diff gsm-fw/sysglue/flashboot.S @ 1025:4c80a6e6723f
gsm-fw: added provisional support for FCDEV3B target ahead of the hardware
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 03 May 2016 23:46:54 +0000 |
parents | c7ca69bf84f3 |
children |
line wrap: on
line diff
--- a/gsm-fw/sysglue/flashboot.S Tue May 03 19:51:41 2016 +0000 +++ b/gsm-fw/sysglue/flashboot.S Tue May 03 23:46:54 2016 +0000 @@ -80,6 +80,11 @@ strh r0, [r2, #0] strh r0, [r2, #2] strh r0, [r2, #6] +#elif CONFIG_TARGET_FCFAM + mov r0, #0x00A4 + strh r0, [r2, #0] + strh r0, [r2, #2] + strh r0, [r2, #4] #else mov r0, #0x00A3 strh r0, [r2, #0] @@ -93,7 +98,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_C155 +#if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_C155 || CONFIG_TARGET_FCFAM ldr r1, =0xFFFEF006 mov r2, #0x0008 strh r2, [r1]