From: Simon Glass Date: Wed, 21 Dec 2022 23:08:26 +0000 (-0700) Subject: trace: Don't require TIMER_EARLY X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=12619d4ec8a3177d1197117302762bf9e8d03be9;p=u-boot.git 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 --- diff --git a/lib/Kconfig b/lib/Kconfig index 36d3cf99c3..2425296ce6 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