]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: Move the default timer init to a common file
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:54:50 +0000 (07:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:58:41 +0000 (15:58 -0600)
commit001b3109da15b0f33fdbcdcfc2e8fada393609dc
tree16c00f3f6a4215a02c173cf8a948c1f0a23f6a7e
parente93d343cc7d2886b1148d885aa137d46bbce0570
rockchip: Move the default timer init to a common file

Rather than repeating the same code in two files (SPL and TPL), move it
to a shared filed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
arch/arm/include/asm/arch-rockchip/timer.h
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/spl.c
arch/arm/mach-rockchip/spl_common.c [new file with mode: 0644]
arch/arm/mach-rockchip/tpl.c