X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fmainboard%2Fasus%2Fm5a99x-evo%2Fmainboard.c;h=b4bc11aca8f2a119f89e9ca0fe1394591cd7931d;hp=657d1815705830f1c3cce8e8e48bb14271b61bd9;hb=2143d3737553b293923ad566ef4cda3aec742f75;hpb=35e912cef3aac245202694736281aa8475e977f1 diff --git a/src/mainboard/asus/m5a99x-evo/mainboard.c b/src/mainboard/asus/m5a99x-evo/mainboard.c index 657d18157..b4bc11aca 100644 --- a/src/mainboard/asus/m5a99x-evo/mainboard.c +++ b/src/mainboard/asus/m5a99x-evo/mainboard.c @@ -120,13 +120,9 @@ static void m5a99x_evo_enable(device_t dev) uma_memory_size = 0x8000000; /* 128M recommended UMA */ uma_memory_base = 0x38000000; /* 1GB system memory supposed */ #endif - printk (BIOS_INFO, "%s, w00t?!\n", __func__); set_pcie_dereset(); -#if 0 enable_int_gfx(); -#endif - printk (BIOS_INFO, "%s, cya enable?!\n", __func__); } int add_mainboard_resources(struct lb_memory *mem)