diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-11 09:39:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-10 10:25:13 -0500 |
commit | 8947145cd0ae8adf1c5dc0ae6756d49bf5330b48 (patch) | |
tree | 70fdfaf5ccdb1ead07fbd0e59b94870fe3dcff0c /include/configs/M5329EVB.h | |
parent | ae3d38f3187143673d60852d527369e290c0c29d (diff) | |
download | u-boot-8947145cd0ae8adf1c5dc0ae6756d49bf5330b48.tar.gz u-boot-8947145cd0ae8adf1c5dc0ae6756d49bf5330b48.tar.bz2 u-boot-8947145cd0ae8adf1c5dc0ae6756d49bf5330b48.zip |
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 <alison.wang@nxp.com>
Cc: Angelo Dureghello <angelo@sysam.it>
Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
Cc: Wolfgang Wegner <w.wegner@astro-kom.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'include/configs/M5329EVB.h')
-rw-r--r-- | include/configs/M5329EVB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index 68693708e2..d0ddd089af 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -47,7 +47,6 @@ /* Timer */ #define CONFIG_MCFTMR -#undef CONFIG_MCFPIT /* I2C */ #define CONFIG_SYS_I2C |