aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-12-21 16:08:26 -0700
committerSimon Glass <sjg@chromium.org>2023-01-18 11:49:13 -0700
commit12619d4ec8a3177d1197117302762bf9e8d03be9 (patch)
tree417757d01f2275354258d6bf9a41cde3cda78f6e /lib/Kconfig
parentef42e270976aff61f9ef6e8315c66edd2cd80edf (diff)
downloadu-boot-12619d4ec8a3177d1197117302762bf9e8d03be9.zip
u-boot-12619d4ec8a3177d1197117302762bf9e8d03be9.tar.gz
u-boot-12619d4ec8a3177d1197117302762bf9e8d03be9.tar.bz2
trace: Don't require TIMER_EARLY
Some platforms cannot honour this and don't need trace before relocation. Use 'imply' instead, so boards can disable this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 36d3cf9..2425296 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -316,7 +316,7 @@ config BITREVERSE
config TRACE
bool "Support for tracing of function calls and timing"
imply CMD_TRACE
- select TIMER_EARLY
+ imply TIMER_EARLY
help
Enables function tracing within U-Boot. This allows recording of call
traces including timing information. The command can write data to