Re: [PATCH v5 03/13] rockchip: tpl: 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 there's no exception in TPL. Make this more generic and compile the code inside the function rockchip_stimer_init() only when CONFIG_ROCKCHIP_STIMER_BASE is available.

[PATCH v5 03/13] rockchip: tpl: 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 there's no exception in TPL. Make this more generic and compile the code inside the function rockchip_stimer_init() only when CONFIG_ROCKCHIP_STIMER_BASE is available. Signed-off-by: Johan Jonker --- Changed V