aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s8226/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s8226/romstage.c')
-rw-r--r--src/mainboard/tyan/s8226/romstage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/tyan/s8226/romstage.c b/src/mainboard/tyan/s8226/romstage.c
index fc239e4547..f4befe67bc 100644
--- a/src/mainboard/tyan/s8226/romstage.c
+++ b/src/mainboard/tyan/s8226/romstage.c
@@ -33,8 +33,6 @@
#include <sb_cimx.h>
#include <superio/winbond/common/winbond.h>
#include <superio/winbond/w83627dhg/w83627dhg.h>
-#include "src/drivers/pc80/i8254.c"
-#include "src/drivers/pc80/i8259.c"
#define SERIAL_DEV PNP_DEV(0x2e, W83627DHG_SP1)
@@ -133,8 +131,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
print_debug("done\n");
post_code(0x51);
- setup_i8259 ();
- setup_i8254 ();
copy_and_run();
/* We will not return, Should never see this message and post code. */