summaryrefslogtreecommitdiff
path: root/include/configs/astro_mcf5373l.h
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@kernel-space.org>2023-02-26 01:25:26 +0300
committerAngelo Dureghello <angelo@kernel-space.org>2023-03-15 03:41:57 +0300
commit7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e (patch)
treeae549d05e63968da500aaed843f1f13aa635c5e5 /include/configs/astro_mcf5373l.h
parent12f5489297bc3b58bd9cc870da4331775263398c (diff)
downloadu-boot-7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e.tar.xz
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/astro_mcf5373l.h')
-rw-r--r--include/configs/astro_mcf5373l.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h
index 65224324fb..80f8c4129f 100644
--- a/include/configs/astro_mcf5373l.h
+++ b/include/configs/astro_mcf5373l.h
@@ -184,4 +184,6 @@
#define CFG_SYS_CACHE_ICACR (CF_CACR_EC | CF_CACR_CINVA | \
CF_CACR_DCM_P)
+#define CFG_MCFTMR
+
#endif /* _CONFIG_ASTRO_MCF5373L_H */