[coreboot-gerrit] New patch to review for coreboot: db08249 elog: enable by default for CHROMEOS

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Apr 22 18:28:35 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9965

-gerrit

commit db08249f3a8c3fdbed4df6a67e38f652a2046cb8
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Apr 22 18:25:37 2015 +0200

    elog: enable by default for CHROMEOS
    
    elog breaks the build if ELOG_FLASH_BASE isn't configured -
    and CHROMEOS isn't enabled, since with Chrome OS builds, it
    just uses fmap to find out the base.
    
    So it makes sense to enable it on all Chrome OS builds - if
    the code never uses it, the linker will drop it soon enough.
    
    Change-Id: I7ee129fadf75caf15fb9bd32b0acf6f7d9d015d8
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/drivers/elog/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/elog/Kconfig b/src/drivers/elog/Kconfig
index 7affd06..ec47b93 100644
--- a/src/drivers/elog/Kconfig
+++ b/src/drivers/elog/Kconfig
@@ -20,6 +20,7 @@
 config ELOG
 	depends on SPI_FLASH
 	bool "Support for flash based event log"
+	default y if CHROMEOS
 	default n
 	help
 	  Enable support for flash based event logging.



More information about the coreboot-gerrit mailing list