On Wed, 21 Sept 2022 at 08:06, Stefan Roese <s...@denx.de> wrote: > > With the bootstage migration to timer_get_us() provided via > CONFIG_TIMER_EARLY timer_get_boot_us() is superfluous now. This patch > removes all occurances from the code. > > Signed-off-by: Stefan Roese <s...@denx.de> > Cc: Patrick Delaunay <patrick.delau...@st.com> > Cc: Jun Nie <jun....@linaro.org> > Cc: Shawn Guo <shawn....@linaro.org> > Cc: Fabio Estevam <feste...@denx.de> > Cc: Stefano Babic <sba...@denx.de> > Cc: Michal Simek <michal.si...@xilinx.com> > Cc: Andre Przywara <andre.przyw...@arm.com> > Cc: Christian Gmeiner <christian.gmei...@gmail.com> > Cc: Dario Binacchi <dario...@libero.it> > Cc: Kever Yang <kever.y...@rock-chips.com> > Cc: Philipp Tomsich <philipp.toms...@theobroma-systems.com> > --- > arch/arm/cpu/armv7/arch_timer.c | 9 ------ > arch/arm/cpu/armv8/generic_timer.c | 7 ----- > arch/arm/mach-imx/syscounter.c | 8 ------ > arch/sandbox/cpu/cpu.c | 11 ------- > drivers/timer/cadence-ttc.c | 22 -------------- > drivers/timer/omap-timer.c | 22 -------------- > drivers/timer/orion-timer.c | 8 ------ > drivers/timer/rockchip_timer.c | 46 ------------------------------ > drivers/timer/tsc_timer.c | 5 ---- > lib/time.c | 20 ------------- > 10 files changed, 158 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>