dnsmasq: add explicit "set:" for client-matching options
[openwrt/staging/dedeckeh.git] / package / boot / uboot-mediatek / patches / 000-mtk-07-configs-mt7622-use-ARMv8-Generic-Timer-instead-of-mt.patch
1 From c47a5b927787a463eff8f67339d91e60fe0381c4 Mon Sep 17 00:00:00 2001
2 From: Weijie Gao <weijie.gao@mediatek.com>
3 Date: Tue, 2 Mar 2021 15:02:50 +0800
4 Subject: [PATCH 07/21] configs: mt7622: use ARMv8 Generic Timer instead of
5 mtk_timer
6
7 It's better to use the generic timer which is correctly initialized by
8 the ATF. The generic timer has higher resolution than the mtk_timer.
9
10 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
11 ---
12 configs/mt7622_rfb_defconfig | 2 --
13 1 file changed, 2 deletions(-)
14
15 --- a/configs/mt7622_rfb_defconfig
16 +++ b/configs/mt7622_rfb_defconfig
17 @@ -51,8 +51,6 @@ CONFIG_SPI=y
18 CONFIG_DM_SPI=y
19 CONFIG_MTK_SNOR=y
20 CONFIG_SYSRESET_WATCHDOG=y
21 -CONFIG_TIMER=y
22 -CONFIG_MTK_TIMER=y
23 CONFIG_WDT_MTK=y
24 CONFIG_LZO=y
25 CONFIG_HEXDUMP=y