AMD-8111: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / mainboard / hp / dl145_g1 / romstage.c
index 5352ccc48cb74496c5f7d714a7d1375d41ca8729..a920cc840f9f7f4acb3a88f7a6b0a8bb732ea1e5 100644 (file)
@@ -88,7 +88,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
 #include <spd.h>
 #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"
 
 #define RC0 ((1<<1)<<8) // Not sure about these values
@@ -115,7 +114,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)