X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcpu%2Fintel%2Fmodel_106cx%2Fcache_as_ram_disable.c;h=d52bf0b1781823c0cd2cec35c1d7a321e10eb562;hb=1f807fd42f4c4d175c2af1357979fdf235f0be9a;hp=7808d56f31bfc371076369b8ee70aee2ed3c82e2;hpb=ce56835a5cc2cb762ecba0d672a9d33fbfc2f7fd;p=coreboot.git diff --git a/src/cpu/intel/model_106cx/cache_as_ram_disable.c b/src/cpu/intel/model_106cx/cache_as_ram_disable.c index 7808d56f3..d52bf0b17 100644 --- a/src/cpu/intel/model_106cx/cache_as_ram_disable.c +++ b/src/cpu/intel/model_106cx/cache_as_ram_disable.c @@ -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);