Ben Gardner (gardner.ben@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12457
-gerrit
commit 9471ca3cfa4498b6ab84f854ed37f208985ee13c Author: Ben Gardner gardner.ben@gmail.com Date: Wed Nov 18 10:46:53 2015 -0600
Kconfig: fix typo in description of the TRACE option
Change-Id: Icec6d047530e64228a3e71a636af4266ed5a73f0 Signed-off-by: Ben Gardner gardner.ben@gmail.com --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Kconfig b/src/Kconfig index 98d553a..2417faa 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1046,7 +1046,7 @@ config TRACE If enabled, every function will print information to console once the function is entered. The syntax is ~0xaaaabbbb(0xccccdddd) the 0xaaaabbbb is the actual function and 0xccccdddd is EIP - of calling function. Please note some printk releated functions + of calling function. Please note some printk related functions are omitted from trace to have good looking console dumps.
config DEBUG_COVERAGE