Re: [U-Boot] [PATCH 2/3] configs: mt7629_rfb: use arm arch timer instead of mtk timer

2019-07-18 Thread Tom Rini
On Thu, Jul 11, 2019 at 02:26:25PM +0800, Weijie Gao wrote: > This patch changes mt7629_rfb to use ARM's generic arch timer instead of > MediaTek's soc timer. > > Signed-off-by: Weijie Gao Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH 2/3] configs: mt7629_rfb: use arm arch timer instead of mtk timer

2019-07-10 Thread Weijie Gao
This patch changes mt7629_rfb to use ARM's generic arch timer instead of MediaTek's soc timer. Signed-off-by: Weijie Gao --- configs/mt7629_rfb_defconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/mt7629_rfb_defconfig b/configs/mt7629_rfb_defconfig index 0dcea