Commit e31e8687 authored by Russell King's avatar Russell King

[ARM] Fix missed udelay usage - assembly needs to call __udelay now.

parent 60364154
......@@ -70,12 +70,12 @@ ENTRY(sa1100_cpu_suspend)
@ delay 90us and set CPU PLL to lowest speed
@ fixes resume problem on high speed SA1110
mov r0, #90
bl udelay
bl __udelay
ldr r0, =PPCR
mov r1, #0
str r1, [r0]
mov r0, #90
bl udelay
bl __udelay
/*
* SA1110 SDRAM controller workaround. register values:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment