On Wed, 21 Sept 2022 at 08:06, Stefan Roese <s...@denx.de> wrote: > > Currently this timer driver provides timer_get_boot_us() to support the > BOOTSTAGE functionality. This patch adds the timer_early functions so > that the "normal" timer functions can be used, when CONFIG_TIMER_EARLY > is enabled. > > timer_get_boot_us() will get removed in a follow-up patch, once the > BOOTSTAGE interface is migrated to timer_get_us(). > > Signed-off-by: Stefan Roese <s...@denx.de> > Cc: Jun Nie <jun....@linaro.org> > Cc: Shawn Guo <shawn....@linaro.org> > Cc: Fabio Estevam <feste...@denx.de> > Cc: Stefano Babic <sba...@denx.de> > --- > arch/arm/mach-imx/syscounter.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>