From 8947145cd0ae8adf1c5dc0ae6756d49bf5330b48 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 11 Nov 2019 09:39:11 -0500 Subject: m68k: Drop CONFIG_MCFPIT support 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: Angelo Dureghello --- include/configs/astro_mcf5373l.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/astro_mcf5373l.h') diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index 3d79311d62..e1128043b0 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -57,7 +57,6 @@ /* Timer */ #define CONFIG_MCFTMR -#undef CONFIG_MCFPIT /* I2C */ #define CONFIG_SYS_I2C -- cgit v1.2.3