From 39b47d2b03c714ee49b96ba65e5d67ece5c33b7a Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 20 Jun 2012 15:36:53 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/1117 Tested-by: build bot (Jenkins) --- src/northbridge/intel/i5000/halt_second_bsp.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/northbridge/intel/i5000') diff --git a/src/northbridge/intel/i5000/halt_second_bsp.S b/src/northbridge/intel/i5000/halt_second_bsp.S index 2dc533ac53..30e6d89f56 100644 --- a/src/northbridge/intel/i5000/halt_second_bsp.S +++ b/src/northbridge/intel/i5000/halt_second_bsp.S @@ -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: -- cgit v1.2.3