[coreboot-gerrit] Patch set updated for coreboot: [NOTFORMERGE] src/Kconfig: Enable code coverage by default

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Sep 27 11:56:29 CET 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11728

-gerrit

commit 437fc2efcc2f692002d9de8fcdf42efd140fde68
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Sep 26 13:15:15 2015 +0200

    [NOTFORMERGE] src/Kconfig: Enable code coverage by default
    
    Change-Id: I3f1860004ccdaa429cfa0b531764e7e9027f0044
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 2c75750..74a032e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -210,7 +210,7 @@ config USE_BLOBS
 config COVERAGE
 	bool "Code coverage support"
 	depends on COMPILER_GCC
-	default n
+	default y
 	help
 	  Add code coverage support for coreboot. This will store code
 	  coverage information in CBMEM for extraction from user space.
@@ -1028,7 +1028,7 @@ config TRACE
 
 config DEBUG_COVERAGE
 	bool "Debug code coverage"
-	default n
+	default y
 	depends on COVERAGE
 	help
 	  If enabled, the code coverage hooks in coreboot will output some



More information about the coreboot-gerrit mailing list