diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/sram34xx.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/sram34xx.S b/arch/arm/mach-omap2/sram34xx.S index c080c82521e1..84781a6cd263 100644 --- a/arch/arm/mach-omap2/sram34xx.S +++ b/arch/arm/mach-omap2/sram34xx.S | |||
@@ -102,9 +102,6 @@ configure_core_dpll: | |||
102 | orr r12, r12, r3, lsl #0x1B @ r3 contains the M2 val | 102 | orr r12, r12, r3, lsl #0x1B @ r3 contains the M2 val |
103 | str r12, [r11] | 103 | str r12, [r11] |
104 | ldr r12, [r11] @ posted-write barrier for CM | 104 | ldr r12, [r11] @ posted-write barrier for CM |
105 | mov r12, #0x800 @ wait for the clock to stabilise | ||
106 | cmp r3, #2 | ||
107 | bne wait_clk_stable | ||
108 | bx lr | 105 | bx lr |
109 | wait_clk_stable: | 106 | wait_clk_stable: |
110 | subs r12, r12, #1 | 107 | subs r12, r12, #1 |