summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/torpedo/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/torpedo/romstage.c')
-rw-r--r--src/mainboard/amd/torpedo/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/torpedo/romstage.c b/src/mainboard/amd/torpedo/romstage.c
index 74365e67246d..56341ea3ec98 100644
--- a/src/mainboard/amd/torpedo/romstage.c
+++ b/src/mainboard/amd/torpedo/romstage.c
@@ -32,8 +32,8 @@
#include "cpu/x86/bist.h"
#include "superio/smsc/kbc1100/kbc1100_early_init.c"
#include "cpu/x86/lapic/boot_cpu.c"
-#include "pc80/i8254.c"
-#include "pc80/i8259.c"
+#include "drivers/pc80/i8254.c"
+#include "drivers/pc80/i8259.c"
#include "SbEarly.h"
#include "SbPlatform.h"
#include <arch/cpu.h>