Searched hist:cb91173a7fe7a39eae809e9b80e3cbeae96fc6fd (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | timer.h | cb91173a7fe7a39eae809e9b80e3cbeae96fc6fd Fri Jul 14 16:09:25 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: timer: make register sizes explicit
We are about to reuse the rockchip timer (header file) for 64bit ARMv8 chips, so it seems a good time to make the register sizes explicit by changing from 'unsigned int' to 'u32'.
Reorders the header-includes in rk_timer.c to ensure that 'u32' is definded before it is used by 'asm/arch/timer.h'.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|