configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
authorWeijie Gao <weijie.gao@mediatek.com>
Fri, 5 Mar 2021 02:24:58 +0000 (10:24 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 20 Mar 2021 20:24:27 +0000 (16:24 -0400)
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 <weijie.gao@mediatek.com>
configs/mt7622_rfb_defconfig

index fa427d8..12f5291 100644 (file)
@@ -51,8 +51,6 @@ CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_MTK_SNOR=y
 CONFIG_SYSRESET_WATCHDOG=y
-CONFIG_TIMER=y
-CONFIG_MTK_TIMER=y
 CONFIG_WDT_MTK=y
 CONFIG_LZO=y
 CONFIG_HEXDUMP=y