[coreboot] New patch to review for coreboot: 4ede33c DEBUG_CBFS should not depend on TPM

David Hendricks (dhendrix@chromium.org) gerrit at coreboot.org
Sat Feb 9 01:37:04 CET 2013


David Hendricks (dhendrix at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2327

-gerrit

commit 4ede33ccba0a4ed5b5f9cd6f82b3f7fb3e16941a
Author: David Hendricks <dhendrix at chromium.org>
Date:   Fri Feb 8 16:33:52 2013 -0800

    DEBUG_CBFS should not depend on TPM
    
    This seemed to have been introduced in fe422184.
    
    Change-Id: I4f9ecfbec42aa8c0bb8887675a3add8951645b98
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
---
 src/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 32a63d8..726fa39 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -597,7 +597,6 @@ config GDB_WAIT
 config DEBUG_CBFS
 	bool "Output verbose CBFS debug messages"
 	default n
-	depends on TPM
 	help
 	  This option enables additional CBFS related debug messages.
 



More information about the coreboot mailing list