Re: [U-Boot] [PATCH] rockchip: timer: make register sizes explicit

2017-07-27 Thread Simon Glass
On 14 July 2017 at 10:09, Philipp Tomsich wrote: > 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'. > > Signed-off-by: Philipp Tomsich > --- > > arch/arm/include

[U-Boot] [PATCH] rockchip: timer: make register sizes explicit

2017-07-14 Thread Philipp Tomsich
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'. Signed-off-by: Philipp Tomsich --- arch/arm/include/asm/arch-rockchip/timer.h | 12 ++-- 1 file changed, 6