comparison gsm-fw/sysglue/flashboot.S @ 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
comparison
equal deleted inserted replaced
634:1f54d2ba42c2 635:658a83ff7221
58 * (not aware of any that need the pin to be CS4), but we strongly 58 * (not aware of any that need the pin to be CS4), but we strongly
59 * prefer to have a consistent execution environment between flashImage 59 * prefer to have a consistent execution environment between flashImage
60 * and ramImage, so let's only do this setting on those targets 60 * and ramImage, so let's only do this setting on those targets
61 * on which we do it in ../../loadtools/scripts/*.init (for fc-xram). 61 * on which we do it in ../../loadtools/scripts/*.init (for fc-xram).
62 */ 62 */
63 #if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_C156 63 #if CONFIG_TARGET_PIRELLI || CONFIG_TARGET_C155
64 ldr r1, =0xFFFEF006 64 ldr r1, =0xFFFEF006
65 mov r2, #0x0008 65 mov r2, #0x0008
66 strh r2, [r1] 66 strh r2, [r1]
67 #endif 67 #endif
68 /* we now have full access to all flash and RAM on the device */ 68 /* we now have full access to all flash and RAM on the device */