diff options
-rw-r--r-- | src/arch/x86/boot/acpi.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/x86/boot/acpi.c b/src/arch/x86/boot/acpi.c index ab67d38b85..f81127a02f 100644 --- a/src/arch/x86/boot/acpi.c +++ b/src/arch/x86/boot/acpi.c @@ -35,9 +35,6 @@ #if CONFIG_COLLECT_TIMESTAMPS #include <timestamp.h> #endif -#if CONFIG_CHROMEOS -#include <vendorcode/google/chromeos/chromeos.h> -#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. */ |