projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d445a
)
trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMIT
author
Simon Glass
<sjg@chromium.org>
Sun, 15 Jan 2023 21:15:44 +0000
(14:15 -0700)
committer
Tom Rini
<trini@konsulko.com>
Sat, 11 Feb 2023 17:22:34 +0000
(12:22 -0500)
This is a silly value at present, since U-Boot's call depth never reaches
200. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index 06c873c2bd2457820c336c16f13400f1f751305d..83e5edd73b0e1b4d82613ef0706fccc68dd0ee2e 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-368,7
+368,7
@@
config TRACE_EARLY_SIZE
config TRACE_EARLY_CALL_DEPTH_LIMIT
int "Early trace call depth limit"
depends on TRACE_EARLY
- default
200
+ default
15
help
Sets the maximum call depth up to which function calls are recorded
during early tracing.