]> git.baikalelectronics.ru Git - uboot.git/commitdiff
trace: Don't require TIMER_EARLY
authorSimon Glass <sjg@chromium.org>
Wed, 21 Dec 2022 23:08:26 +0000 (16:08 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:49:13 +0000 (11:49 -0700)
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>
lib/Kconfig

index 36d3cf99c3cb2beca108256ab4d078e05256cc38..2425296ce6a6189f487c001c9751c81839976a55 100644 (file)
@@ -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