]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit12619d4ec8a3177d1197117302762bf9e8d03be9
tree417757d01f2275354258d6bf9a41cde3cda78f6e
parentef42e270976aff61f9ef6e8315c66edd2cd80edf
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>
lib/Kconfig