AMD-8111: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / mainboard / newisys / khepri / romstage.c
index bd62cad9cc9c6411c18d687892c2c4601efdfe36..b6ceed1037a44a2f1834104a02410e942e1175a7 100644 (file)
@@ -69,7 +69,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
 #include "cpu/amd/dualcore/dualcore.c"
 #include "cpu/amd/car/post_cache_as_ram.c"
 #include "cpu/amd/model_fxx/init_cpus.c"
-#include "southbridge/amd/amd8111/amd8111_enable_rom.c"
 #include "northbridge/amd/amdk8/early_ht.c"
 
 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
@@ -91,7 +90,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)