summaryrefslogtreecommitdiffstats
path: root/cpu/i386/sc520/sc520.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/i386/sc520/sc520.c')
-rw-r--r--cpu/i386/sc520/sc520.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/i386/sc520/sc520.c b/cpu/i386/sc520/sc520.c
index ae3b50007f..1d79210a62 100644
--- a/cpu/i386/sc520/sc520.c
+++ b/cpu/i386/sc520/sc520.c
@@ -109,9 +109,9 @@ void init_sc520(void)
/* wait at least one millisecond */
asm("movl $0x2000,%%ecx\n"
- "wait_loop: pushl %%ecx\n"
+ "0: pushl %%ecx\n"
"popl %%ecx\n"
- "loop wait_loop\n": : : "ecx");
+ "loop 0b\n": : : "ecx");
/* turn on the SDRAM write buffer */
write_mmcr_byte(SC520_DBCTL, 0x11);
OpenPOWER on IntegriCloud