- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
[coreboot.git] / src / cpu / intel / model_106cx / cache_as_ram_disable.c
index 7808d56f31bfc371076369b8ee70aee2ed3c82e2..d52bf0b1781823c0cd2cec35c1d7a321e10eb562 100644 (file)
@@ -25,6 +25,7 @@ void stage1_main(unsigned long bist)
 {
        unsigned int cpu_reset = 0;
 
+#if !defined(CONFIG_TINY_BOOTBLOCK) || !CONFIG_TINY_BOOTBLOCK
 #if CONFIG_USE_FALLBACK_IMAGE == 1
         /* Is this a deliberate reset by the bios */
         if (bios_reset_detected() && last_boot_normal()) {
@@ -45,6 +46,7 @@ void stage1_main(unsigned long bist)
                 : "a" (bist) /* inputs */
                 );
  fallback_image:
+#endif
 #endif
 
        real_main(bist);