Shelley Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45303 )
Change subject: drivers/elog: Enable ELOG_PRERAM for all boards ......................................................................
drivers/elog: Enable ELOG_PRERAM for all boards
BUG=b:117884485, b:150502246 BRANCH=None TEST=emerge-nami coreboot
Change-Id: Id76cabc38e41e9bf79e1580a530c871a4ecef4ec Signed-off-by: Shelley Chen shchen@google.com --- M src/drivers/elog/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/45303/1
diff --git a/src/drivers/elog/Kconfig b/src/drivers/elog/Kconfig index bc25d1c..c71abbf 100644 --- a/src/drivers/elog/Kconfig +++ b/src/drivers/elog/Kconfig @@ -25,7 +25,7 @@
config ELOG_PRERAM bool - default n + default y help This option will enable event logging from the preram stage.