summaryrefslogtreecommitdiff
path: root/src/vendorcode/google
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-04-27 18:13:15 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-04-28 10:20:25 +0200
commit8f2b0dc16ba4395ded62bd10f23ce6f67a1b1a7c (patch)
tree5abe9a939610dbdddb4d7fbc0a1cb9a42bfc28df /src/vendorcode/google
parent66cdba7ea5729a4d96207f305d25ca5bde9eb0b0 (diff)
downloadcoreboot-8f2b0dc16ba4395ded62bd10f23ce6f67a1b1a7c.tar.xz
vboot2: Always enable timestamps
The vboot2 code requires them. Change-Id: I9afaf9b373297b0eebce9ffd7cc05766dee7d6fd Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10006 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r--src/vendorcode/google/chromeos/vboot2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/vboot2/Kconfig b/src/vendorcode/google/chromeos/vboot2/Kconfig
index 16b811069e..cfa22b6da6 100644
--- a/src/vendorcode/google/chromeos/vboot2/Kconfig
+++ b/src/vendorcode/google/chromeos/vboot2/Kconfig
@@ -20,6 +20,7 @@ config VBOOT2_VERIFY_FIRMWARE
bool "Firmware Verification with vboot2"
default n
depends on CHROMEOS && HAVE_HARD_RESET
+ select COLLECT_TIMESTAMPS
help
Enabling VBOOT2_VERIFY_FIRMWARE will use vboot2 to verify the romstage
and boot loader.