Re: [PATCH 07/11] sunxi: board: Add support for SUNIV

2022-01-20 Thread Andre Przywara
On Tue, 4 Jan 2022 19:35:04 -0500 Jesse Taube wrote: Hi, > From: Icenowy Zheng > > Generic Timer Extension is not available on SUNIV. Well, that, plus there are no ID registers with which we could query this. But that has the same effect, so: > Signed-off-by: Icenowy Zheng > Signed-off-by:

[PATCH 07/11] sunxi: board: Add support for SUNIV

2022-01-04 Thread Jesse Taube
From: Icenowy Zheng Generic Timer Extension is not available on SUNIV. Signed-off-by: Icenowy Zheng Signed-off-by: Jesse Taube --- board/sunxi/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 2790a0f9e8..59eb195c26