
On Wed, 21 Sept 2022 at 08:06, Stefan Roese sr@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 sr@denx.de Cc: Patrick Delaunay patrick.delaunay@st.com Cc: Jun Nie jun.nie@linaro.org Cc: Shawn Guo shawn.guo@linaro.org Cc: Fabio Estevam festevam@denx.de Cc: Stefano Babic sbabic@denx.de Cc: Michal Simek michal.simek@xilinx.com Cc: Andre Przywara andre.przywara@arm.com Cc: Christian Gmeiner christian.gmeiner@gmail.com Cc: Dario Binacchi dariobin@libero.it Cc: Kever Yang kever.yang@rock-chips.com Cc: Philipp Tomsich philipp.tomsich@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 sjg@chromium.org