Remove remaining uses of
[coreboot.git] / src / cpu / intel / model_6ex / cache_as_ram.inc
index 28d510066d418a10ea68d951631b85409c93a394..848c84d2c224773a6c7f9569313d5e73838bbf14 100644 (file)
@@ -29,8 +29,6 @@
        movl    %eax, %ebp
 
 cache_as_ram:
-#if CONFIG_USE_FALLBACK_IMAGE == 1
-
        post_code(0x20)
 
        /* Send INIT IPI to all excluding ourself */
@@ -123,7 +121,6 @@ clear_mtrrs:
         movl   %cr0, %eax
        andl    $( ~( (1 << 30) | (1 << 29) ) ), %eax
        movl    %eax, %cr0
-#endif
 
        /* Set up stack pointer */
 #if defined(CONFIG_USBDEBUG_DIRECT) && (CONFIG_USBDEBUG_DIRECT == 1)