Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.
[coreboot.git] / src / mainboard / a-trend / atc-6240 / romstage.c
index abfe3c4a15985b0fd330640069562f9c535f0c63..4384c2387fe99ee89ee3e56daa45fab1583f3870 100644 (file)
@@ -26,7 +26,6 @@
 #include <arch/romcc_io.h>
 #include <arch/hlt.h>
 #include <console/console.h>
-#include "southbridge/intel/i82371eb/i82371eb_enable_rom.c"
 #include "southbridge/intel/i82371eb/i82371eb_early_smbus.c"
 #include "northbridge/intel/i440bx/raminit.h"
 #include "lib/debug.c"
@@ -53,9 +52,6 @@ void main(unsigned long bist)
        console_init();
        report_bist_failure(bist);
 
-       /* Enable access to the full ROM chip, needed very early by CBFS. */
-       i82371eb_enable_rom(PCI_DEV(0, 7, 0)); /* ISA bridge is 00:07.0. */
-
        enable_smbus();
        dump_spd_registers();
        sdram_set_registers();