diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2021-03-05 05:24:58 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-20 23:24:27 +0300 |
commit | e21599ed001d37e9aadc56e2da1d1d7a17da1216 (patch) | |
tree | a192075bfb3c1761aead7157a962c32ab2e12548 /configs | |
parent | a449cdb881d51117dcb5e87a4a538c5a720d7535 (diff) | |
download | u-boot-e21599ed001d37e9aadc56e2da1d1d7a17da1216.tar.xz |
configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mt7622_rfb_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/mt7622_rfb_defconfig b/configs/mt7622_rfb_defconfig index fa427d8530..12f529158c 100644 --- a/configs/mt7622_rfb_defconfig +++ b/configs/mt7622_rfb_defconfig @@ -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 |