Broadcom BCM5785: Add TINY_BOOTBLOCK support.
[coreboot.git] / src / mainboard / msi / ms9185 / romstage.c
index ffe728d3e5756e1a45403d09d1edc002df5d5deb..a27fec011817eed0293c8cf33a9938822ddfad2e 100644 (file)
@@ -35,7 +35,6 @@
 #include <console/console.h>
 #include <cpu/amd/model_fxx_rev.h>
 #include "southbridge/broadcom/bcm5785/bcm5785_early_smbus.c"
-#include "southbridge/broadcom/bcm5785/bcm5785_enable_rom.c"
 #include "northbridge/amd/amdk8/raminit.h"
 #include "cpu/amd/model_fxx/apic_timer.c"
 #include "lib/delay.c"
@@ -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();
-               bcm5785_enable_rom();
                bcm5785_enable_lpc();
                //enable RTC
                pc87417_enable_dev(RTC_DEV);