Re: [PATCH v3 02/10] mach-sunxi: Move timer code to mach folder

2022-01-29 Thread Andre Przywara
On Sat, 29 Jan 2022 10:23:01 -0500 Jesse Taube wrote: > Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. > > Signed-off-by: Jesse Taube Reviewed-by: Andre Przywara Thanks, Andre > --- > V1->V2: > * New commit > V2->V3: > * Remove timer.o from armv7 Makefile > --- >

[PATCH v3 02/10] mach-sunxi: Move timer code to mach folder

2022-01-29 Thread Jesse Taube
Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. Signed-off-by: Jesse Taube --- V1->V2: * New commit V2->V3: * Remove timer.o from armv7 Makefile --- arch/arm/cpu/armv7/sunxi/Makefile| 1 - arch/arm/mach-sunxi/Makefile | 3 +++