Shelley Chen has uploaded this change for review.

View Change

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.


To view, visit change 45303. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id76cabc38e41e9bf79e1580a530c871a4ecef4ec
Gerrit-Change-Number: 45303
Gerrit-PatchSet: 1
Gerrit-Owner: Shelley Chen <shchen@google.com>
Gerrit-MessageType: newchange