diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-06-05 15:41:09 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-02-05 07:56:48 +0000 |
commit | 7261b5ade5c2035da026837afdb20a7ec1252b19 (patch) | |
tree | e1daa5ec08b97a3a18f33057eb8373080146d448 /src/northbridge/intel/i945 | |
parent | 7aea15aa6b59c96a6d4c0c847352dd1c45145c7c (diff) |
cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER
Leftover from using UDELAY_LAPIC on these platforms.
Change-Id: I718050925f3eb32448fd08e76d259f0fb082d2d3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55413
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/i945')
-rw-r--r-- | src/northbridge/intel/i945/romstage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/intel/i945/romstage.c b/src/northbridge/intel/i945/romstage.c index efcf0d62ba..0a61780cdc 100644 --- a/src/northbridge/intel/i945/romstage.c +++ b/src/northbridge/intel/i945/romstage.c @@ -2,7 +2,6 @@ #include <stdint.h> #include <cf9_reset.h> -#include <cpu/x86/lapic.h> #include <arch/romstage.h> #include <northbridge/intel/i945/i945.h> #include <northbridge/intel/i945/raminit.h> @@ -30,8 +29,6 @@ void mainboard_romstage_entry(void) int s3resume = 0; u8 spd_map[4] = {}; - enable_lapic(); - mainboard_lpc_decode(); if (mchbar_read16(SSKPD) == 0xcafe) { |