diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 6e3aa1b27f..de7600743d 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -162,7 +162,6 @@ void hardwaremain(int boot_complete) if (boot_complete) { hard_reset(); } - init_timer(); /* needs to be moved into static configuration */ CONFIGURE(CONF_PASS_PRE_PCI); /* pick how to scan the bus. This is first so we can get at memory size. */ |