From 8420ad4b41c52d38acd56e4bfe447ce0f0a1721e Mon Sep 17 00:00:00 2001 From: Ben Gardner Date: Wed, 18 Nov 2015 10:46:53 -0600 Subject: Kconfig: fix typo in description of the TRACE option Change-Id: Icec6d047530e64228a3e71a636af4266ed5a73f0 Signed-off-by: Ben Gardner Reviewed-on: http://review.coreboot.org/12457 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 98d553a70b..2417faa06b 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 -- cgit v1.2.3