]> git.baikalelectronics.ru Git - uboot.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)
commit3ab4802c900649ec33e442841df476caa72a216d
tree417757d01f2275354258d6bf9a41cde3cda78f6e
parent9d5ba673aa8d255ffc5b94cc4f038178778fa206
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