diff --git a/src/northbridge/via/vt8601/northbridge.c b/src/northbridge/via/vt8601/northbridge.c index 62966cc4e3..5e5c1e1b55 100644 --- a/src/northbridge/via/vt8601/northbridge.c +++ b/src/northbridge/via/vt8601/northbridge.c @@ -36,11 +36,11 @@ unsigned long sizeram() totalmem *= 1024; printk("sizeram: returning 0x%x KB\n", totalmem); -#if 0 printk("sizeram: NOT returning 0x%x KB\n", totalmem); printk("sizeram: there are still some SPD problems ... \n"); totalmem = 64 * 1024; printk("sizeram: SO we return only 0x%x KB\n", totalmem); +#if 0 #endif return totalmem; }