Re: [PATCH v5 02/13] rockchip: spl: change call condition rockchip_stimer_init()

2022-04-10 Thread Kever Yang
On 2022/4/10 00:55, Johan Jonker wrote: The Rockchip SoCs rk3066/rk3188 have no CONFIG_ROCKCHIP_STIMER_BASE defined. Currently only rk3188 has an exception in SPL. Make this more generic and compile code inside the function rockchip_stimer_init() only when CONFIG_ROCKCHIP_STIMER_BASE is

[PATCH v5 02/13] rockchip: spl: change call condition rockchip_stimer_init()

2022-04-09 Thread Johan Jonker
The Rockchip SoCs rk3066/rk3188 have no CONFIG_ROCKCHIP_STIMER_BASE defined. Currently only rk3188 has an exception in SPL. Make this more generic and compile code inside the function rockchip_stimer_init() only when CONFIG_ROCKCHIP_STIMER_BASE is available. Signed-off-by: Johan Jonker ---