aboutsummaryrefslogtreecommitdiff
path: root/include/configs/M5373EVB.h
diff options
context:
space:
mode:
authorAngelo Dureghello2023-02-25 23:25:26 +0100
committerAngelo Dureghello2023-03-15 01:41:57 +0100
commit7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e (patch)
treeae549d05e63968da500aaed843f1f13aa635c5e5 /include/configs/M5373EVB.h
parent12f5489297bc3b58bd9cc870da4331775263398c (diff)
m68k: rename CONFIG_MCFTMR to CFG_MCFTMR
This is not a Kconfig option so changing to _CFG. Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
Diffstat (limited to 'include/configs/M5373EVB.h')
-rw-r--r--include/configs/M5373EVB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h
index 4e8dcb5ef7f..8b9e65de98c 100644
--- a/include/configs/M5373EVB.h
+++ b/include/configs/M5373EVB.h
@@ -136,4 +136,6 @@
#define CFG_SYS_CS2_MASK (16 << 20)
#define CFG_SYS_CS2_CTRL 0x00001f60
+#define CFG_MCFTMR
+
#endif /* _M5373EVB_H */