Re: [PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer

2021-03-20 Thread Tom Rini
On Fri, Mar 05, 2021 at 10:24:58AM +0800, Weijie Gao wrote: > It's better to use the generic timer which is correctly initialized by > the ATF. The generic timer has higher resolution than the mtk_timer. > > Signed-off-by: Weijie Gao Applied to u-boot/next, thanks! -- Tom signature.asc Desc

[PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer

2021-03-04 Thread Weijie Gao
It's better to use the generic timer which is correctly initialized by the ATF. The generic timer has higher resolution than the mtk_timer. Signed-off-by: Weijie Gao --- configs/mt7622_rfb_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/mt7622_rfb_defconfig b/configs/mt762