From 008d0a742aebb5e8398afb219e4a6e70161d0585 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 14 Feb 2001 05:19:27 +0000 Subject: [PATCH] Small change to try to fix a startup problem. --- src/northbridge/acer/m1631/ipl.S | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/northbridge/acer/m1631/ipl.S b/src/northbridge/acer/m1631/ipl.S index 3d0a5ab653..cb33eb1c31 100644 --- a/src/northbridge/acer/m1631/ipl.S +++ b/src/northbridge/acer/m1631/ipl.S @@ -18,6 +18,10 @@ * set the right value. */ #define INIT_MCR $0xf6621000 +#undef INIT_MCR +/* I think that f662 is wrong. We need to make it 0xf6601000 */ +#define INIT_MCR $0xf6021000 + #define WRITE_MCR0 movl %ecx, %eax ; outl %eax, %dx /*#include */ .org 0xfe000