mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
ef42e27097
commit
12619d4ec8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue