summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpu')
-rw-r--r--[-rwxr-xr-x]cpu/arm_cortexa9/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa9/start.S b/cpu/arm_cortexa9/start.S
index 62c9e5a53..40c619b97 100755..100644
--- a/cpu/arm_cortexa9/start.S
+++ b/cpu/arm_cortexa9/start.S
@@ -510,7 +510,7 @@ reset_cpu:
#if defined CONFIG_U8500
ldr r0, =CFG_PRCMU_BASE
ldr r1, =0x1
- str r1, [r0, #0x1F0]
+ str r1, [r0, #0x228]
#else
ldr r1, rstctl @ get addr for global reset
@ reg