From c5270ce7e72154fdc61ec24949180f1e909257ba Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 30 Apr 2001 18:29:17 +0000 Subject: [PATCH] fixing up size --- src/northbridge/acer/m1631/northbridge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/northbridge/acer/m1631/northbridge.c b/src/northbridge/acer/m1631/northbridge.c index 03b5c2781a..f6b3e596b9 100644 --- a/src/northbridge/acer/m1631/northbridge.c +++ b/src/northbridge/acer/m1631/northbridge.c @@ -52,6 +52,7 @@ unsigned long sizeram() if ((ram & 0x1800000) == 0x1800000) size <<= 1; printk("size in 0x6c is 0x%x\n", size); + return size/1024; cp = (unsigned char *) size; // now do the other two banks. #define INIT_MCR 0xf663b83c