i5000: fix typos

Peter and Ron pointed out two typos. They have no side effects, but
it's still worth to fix them.

Change-Id: I9aecccdbc72beb2623fbe558a06e4f1b050f6e74
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1117
Tested-by: build bot (Jenkins)
This commit is contained in:
Sven Schnelle 2012-06-20 15:36:53 +02:00
parent 69eab16ce6
commit 39b47d2b03
1 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@
/* perform hard reset */
movw $0xcf9, %dx
movw $0x06, %ax
outw %ax, %dx
movw $0x06, %al
outw %al, %dx
loop0: hlt
jmp loop
jmp loop0
no_reset: