aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/hardwaremain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c
index ecff677c88..8728a9c5a0 100644
--- a/src/boot/hardwaremain.c
+++ b/src/boot/hardwaremain.c
@@ -27,7 +27,6 @@ it with the version available from LANL.
#include <console/console.h>
-#include <mem.h>
#include <version.h>
#include <boot/tables.h>
#include <device/device.h>
@@ -35,6 +34,7 @@ it with the version available from LANL.
#include <delay.h>
#include <stdlib.h>
#include <part/hard_reset.h>
+#include <part/init_timer.h>
#include <boot/elf.h>
void hardwaremain(int boot_complete)