]> git.dujemihanovic.xyz Git - u-boot.git/commit
time: Tidy up some unnecessary #ifdefs
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:43 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:34 +0000 (12:22 -0500)
commit64d445a3b7018dac5131cba9f5d308c64a45e95f
tree6b8f4f7f36ad9981e1011d87551ef0a458f83cc5
parent4aa5053da5fa0729d30bce5df9a0a037a391f2f3
time: Tidy up some unnecessary #ifdefs

Avoid using the preprocessor with TIMER_EARLY.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/time.c