Re: [U-Boot] [PATCH] m68k: Drop CONFIG_MCFPIT support

2020-01-10 Thread Tom Rini
On Mon, Nov 11, 2019 at 09:39:11AM -0500, Tom Rini wrote: > All platforms currently use the "MCFTMR" DMA timer rather than the PIT > timer, so drop the MCFPIT code. > > Cc: Huan Wang > Cc: Angelo Dureghello > Cc: TsiChung Liew > Cc: Wolfgang Wegner > Signed-off-by: Tom Rini > Reviewed-by: An

Re: [U-Boot] [PATCH] m68k: Drop CONFIG_MCFPIT support

2019-11-12 Thread Angelo Dureghello
Hi Tom, On Mon, Nov 11, 2019 at 09:39:11AM -0500, Tom Rini wrote: > All platforms currently use the "MCFTMR" DMA timer rather than the PIT > timer, so drop the MCFPIT code. > > Cc: Huan Wang > Cc: Angelo Dureghello > Cc: TsiChung Liew > Cc: Wolfgang Wegner > Signed-off-by: Tom Rini > --- >

[U-Boot] [PATCH] m68k: Drop CONFIG_MCFPIT support

2019-11-11 Thread Tom Rini
All platforms currently use the "MCFTMR" DMA timer rather than the PIT timer, so drop the MCFPIT code. Cc: Huan Wang Cc: Angelo Dureghello Cc: TsiChung Liew Cc: Wolfgang Wegner Signed-off-by: Tom Rini --- arch/m68k/include/asm/immap.h| 42 - arch/m68k/lib/time.c