Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43870 )
Change subject: [TESTONLY] build with TRACE=y ......................................................................
[TESTONLY] build with TRACE=y
Change-Id: Iee20e3c1fc31aba704d813f909c39986df3e2c29 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/43870/1
diff --git a/src/Kconfig b/src/Kconfig index a4c2fa6..fb7cd2d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1055,7 +1055,7 @@
config TRACE bool "Trace function calls" - default n + default y help If enabled, every function will print information to console once the function is entered. The syntax is ~0xaaaabbbb(0xccccdddd)