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>
This commit is contained in:
committed by
Martin Roth
parent
bccaab8658
commit
d10f9d57c2
@ -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
|
||||
|
Reference in New Issue
Block a user