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:
parent
69eab16ce6
commit
39b47d2b03
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue