From 90dc0db6dea4b6b26a9cf99c3a804f61ae6260d0 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 12 Jun 2006 20:36:51 +0000 Subject: Get rid of #if 01 and debug prints that are compiled out. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2318 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/gx2/northbridgeinit.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/northbridge/amd/gx2') diff --git a/src/northbridge/amd/gx2/northbridgeinit.c b/src/northbridge/amd/gx2/northbridgeinit.c index 6d32aa2a7f..81aa688447 100644 --- a/src/northbridge/amd/gx2/northbridgeinit.c +++ b/src/northbridge/amd/gx2/northbridgeinit.c @@ -267,15 +267,8 @@ GLIUInit(struct gliutable *gl){ while (gl->desc_type != GL_END){ switch(gl->desc_type){ default: -#if 01 /* For Unknown types: Write then read MSR */ writeglmsr(gl); -#else - printk_err("%s: name %x, type %x, hi %x, lo %x: unsupported type: ", __FUNCTION__, - gl->desc_name, gl->desc_type, gl->hi, gl->hi); - printk_err("Must be %x, %x, %x, %x, %x, or %x\n", SC_SHADOW,R_SYSMEM,BMO_DMM, - BM_DMM, BMO_SMM,BM_SMM); -#endif case SC_SHADOW: /* Check for a Shadow entry*/ ShadowInit(gl); break; -- cgit v1.2.3