[PATCH 10/10] bootstage/timer: Treewide remove timer_get_boot_us()

Simon Glass sjg at chromium.org
Sun Sep 25 16:15:45 CEST 2022


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


More information about the U-Boot mailing list