diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-04-29 18:59:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-30 15:37:21 +0200 |
commit | 3e18acabd3ea49133fcd507f09ff44aba7d92fe2 (patch) | |
tree | 086a149dc96f5ad5e983d068030e01b18aaafbc1 /src/vendorcode/google | |
parent | 57e37287f45cc4911accbea21cc9a9ac0f0adde7 (diff) |
chromeos: Add missing headers
Builds with CHROMEOS fail due to missing includes.
Change-Id: I8c88bca8f8cc3247d3f3311777f794c4fdfee3c1
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10029
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r-- | src/vendorcode/google/chromeos/vboot.c | 1 | ||||
-rw-r--r-- | src/vendorcode/google/chromeos/vboot_common.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/vboot.c b/src/vendorcode/google/chromeos/vboot.c index a151f54619..72163732c2 100644 --- a/src/vendorcode/google/chromeos/vboot.c +++ b/src/vendorcode/google/chromeos/vboot.c @@ -18,6 +18,7 @@ */ #include <types.h> +#include <console/cbmem_console.h> #include <console/console.h> #include <arch/acpi.h> #include <tpm.h> diff --git a/src/vendorcode/google/chromeos/vboot_common.c b/src/vendorcode/google/chromeos/vboot_common.c index 2e0ab2b75a..68aa31475b 100644 --- a/src/vendorcode/google/chromeos/vboot_common.c +++ b/src/vendorcode/google/chromeos/vboot_common.c @@ -20,6 +20,7 @@ #include <boot/coreboot_tables.h> #include <cbfs.h> #include <cbmem.h> +#include <console/cbmem_console.h> #include <console/console.h> #include <reset.h> #include <stddef.h> |