diff options
author | Marek Vasut | 2023-03-23 01:20:39 +0100 |
---|---|---|
committer | Angelo Dureghello | 2023-04-15 21:36:07 +0200 |
commit | 35d48ea8c0543775bc9218e412553fd306b37de3 (patch) | |
tree | 8760ddcc27c1ac6704c9caf082bc93dabedb8178 /include/configs/M5373EVB.h | |
parent | 12c1e5782401abca1a8cff578d1911a9ca7d2e7d (diff) |
arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR
There is an existing CONFIG_MCFTMR Kconfig symbol,
use it and drop all other instances of CFG_MCFTMR.
This duality is likely a result of bogus conversion
to Kconfig.
Fixes: 7ff7b46e6ce ("m68k: rename CONFIG_MCFTMR to CFG_MCFTMR")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/configs/M5373EVB.h')
-rw-r--r-- | include/configs/M5373EVB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index 8b9e65de98c..4bb99487509 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -136,6 +136,5 @@ #define CFG_SYS_CS2_MASK (16 << 20) #define CFG_SYS_CS2_CTRL 0x00001f60 -#define CFG_MCFTMR #endif /* _M5373EVB_H */ |