Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/34201 )
Change subject: x86emu: Drop UDELAY_LAPIC dependency ......................................................................
x86emu: Drop UDELAY_LAPIC dependency
It won't build though, since current_time_from() has been removed.
Change-Id: I2f7788f626c0504e6354a08b7986e4d18be140a5 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/34201 Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/src/Kconfig b/src/Kconfig index d49ca25..a1c016e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -986,7 +986,7 @@ config X86EMU_DEBUG_TIMINGS bool "Output timing information" default n - depends on X86EMU_DEBUG && UDELAY_LAPIC && HAVE_MONOTONIC_TIMER + depends on X86EMU_DEBUG && HAVE_MONOTONIC_TIMER help Print timing information needed by i915tool.