[coreboot-gerrit] New patch to review for coreboot: vendorcode/google/chromeos: Only select ELOG if SPI_FLASH is available

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Dec 7 02:28:18 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12661

-gerrit

commit d698d6580767c8351a3eb33d4df18f82497e3159
Author: Martin Roth <martinroth at google.com>
Date:   Sun Dec 6 18:28:05 2015 -0700

    vendorcode/google/chromeos: Only select ELOG if SPI_FLASH is available
    
    ELOG requires SPI_FLASH, so don't bother selecting if if SPI_FLASH isn't
    available.
    
    Change-Id: I080ac47e74aba820c94409d4913647abee215076
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/vendorcode/google/chromeos/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index 4d05b3e..aae611c 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -25,7 +25,7 @@ config CHROMEOS
 	select TPM_INIT_FAILURE_IS_FATAL if PC80_SYSTEM && LPC_TPM
 	select SKIP_TPM_STARTUP_ON_NORMAL_BOOT if PC80_SYSTEM && LPC_TPM
 	select BOOTMODE_STRAPS
-	select ELOG
+	select ELOG if SPI_FLASH
 	select COLLECT_TIMESTAMPS
 	select VBOOT_VERIFY_FIRMWARE
 	help



More information about the coreboot-gerrit mailing list