diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-08-10 11:37:14 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-19 18:18:08 +0200 |
commit | d10f9d57c2be360fcecb0f3dece4886ced781e54 (patch) | |
tree | 823ab9d0fc8e7bd6b9b8c6b68234dd1b67b1fccc /src/vendorcode/google/chromeos | |
parent | bccaab86582957483b0b7e50ead308ed1bff815d (diff) |
drivers/elog: use region_device for NV storage
Instead of assuming SPI backing use a region_device to
abstract away the underlying storage mechanism.
BUG=chrome-os-partner:55932
Change-Id: I6b0f5a7e9bea8833fb1bca87e02abefab63acec3
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16204
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/vendorcode/google/chromeos')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 063a5a591c..129c965904 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -21,7 +21,7 @@ menu "ChromeOS" config CHROMEOS bool "Build for ChromeOS" default n - select ELOG if SPI_FLASH + select ELOG if BOOT_DEVICE_SUPPORTS_WRITES select COLLECT_TIMESTAMPS select VBOOT help |