Re: [PATCH 01/13] hw/timer/allwinner: Use the AW_A10_PIT_TIMER_NR definition

2019-12-20 Thread Niek Linnenbank
On Thu, Dec 19, 2019 at 7:51 PM Philippe Mathieu-Daudé wrote: > We have a definition for this magic value '6', use it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/timer/allwinner-a10-pit.h | 2 +- > hw/timer/allwinner-a10-pit.c | 2 +- > 2 files changed, 2 insertions(+)

[PATCH 01/13] hw/timer/allwinner: Use the AW_A10_PIT_TIMER_NR definition

2019-12-19 Thread Philippe Mathieu-Daudé
We have a definition for this magic value '6', use it. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/timer/allwinner-a10-pit.h | 2 +- hw/timer/allwinner-a10-pit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hw/timer/allwinner-a10-pit.h b/includ