X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Farch%2Fx86%2Fboot%2Facpi.c;fp=src%2Farch%2Fx86%2Fboot%2Facpi.c;h=f81127a02fbc540738e06fcf509308044d529597;hp=ab67d38b85cf640c6f614627c8c6720891e03b38;hb=15511835b9e60d08ac5eb3c4ff326cec8c43ed6d;hpb=f13772af9f8957e011dbaf721a3f617bf61881b7 diff --git a/src/arch/x86/boot/acpi.c b/src/arch/x86/boot/acpi.c index ab67d38b8..f81127a02 100644 --- a/src/arch/x86/boot/acpi.c +++ b/src/arch/x86/boot/acpi.c @@ -35,9 +35,6 @@ #if CONFIG_COLLECT_TIMESTAMPS #include #endif -#if CONFIG_CHROMEOS -#include -#endif u8 acpi_checksum(u8 *table, u32 length) { @@ -530,11 +527,6 @@ void *acpi_find_wakeup_vector(void) if (!acpi_is_wakeup()) return NULL; -#if CONFIG_CHROMEOS - printk(BIOS_DEBUG, "Verified boot TPM initialization.\n"); - init_vboot(); -#endif - printk(BIOS_DEBUG, "Trying to find the wakeup vector...\n"); /* Find RSDP. */