AMD-8111: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / mainboard / amd / serengeti_cheetah / romstage.c
index 24a6525e58eeb415d3c8459bf1c75c1ccd80ab66..ee78f31c5c92bd9f9b929d0fc1bedffcc10f649a 100644 (file)
@@ -85,7 +85,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
 #include "cpu/amd/car/post_cache_as_ram.c"
 #include "cpu/amd/model_fxx/init_cpus.c"
 #include "cpu/amd/model_fxx/fidvid.c"
-#include "southbridge/amd/amd8111/amd8111_enable_rom.c"
 #include "northbridge/amd/amdk8/early_ht.c"
 
 #define RC0 ((1<<0)<<8)
@@ -126,7 +125,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
                /* Nothing special needs to be done to find bus 0 */
                /* Allow the HT devices to be found */
                enumerate_ht_chain();
-               amd8111_enable_rom();
         }
 
         if (bist == 0)