From 81b6860bae3f52940385ad9ee28a8433e7ef93ea Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 8 Dec 2000 22:58:04 +0000 Subject: [PATCH] fixes to ipl.S for acer --- src/northbridge/acer/m1631/ipl.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/northbridge/acer/m1631/ipl.S b/src/northbridge/acer/m1631/ipl.S index 57703f9efc..cb9e4181ea 100644 --- a/src/northbridge/acer/m1631/ipl.S +++ b/src/northbridge/acer/m1631/ipl.S @@ -115,7 +115,7 @@ sizeram: #else movb $4, %es:(%esi) #endif - cmpb $4, %es:(%esi) + cmpb $4, 0 jne 1f inc %cl rol $1, %esi @@ -123,7 +123,6 @@ sizeram: /* size is now in esi */ /* %ecx has setting for register */ 1: - ror $1, %esi rol $20, %ecx /* set 4 banks. */ orb $1, %cl @@ -140,7 +139,7 @@ sizeram: movb $7, 0x4000 cmpb $0, 0 jz 1f /* only one bank */ - orl $80000, %ecx + orl $0x80000, %ecx 1: /* clear 4 banks */ andb $0xfe, %cl