diff options
author | Angelo Dureghello <angelo@kernel-space.org> | 2023-02-25 23:25:26 +0100 |
---|---|---|
committer | Angelo Dureghello <angelo@kernel-space.org> | 2023-03-15 01:41:57 +0100 |
commit | 7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e (patch) | |
tree | ae549d05e63968da500aaed843f1f13aa635c5e5 /include/configs/eb_cpu5282.h | |
parent | 12f5489297bc3b58bd9cc870da4331775263398c (diff) | |
download | u-boot-7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e.tar.gz u-boot-7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e.tar.bz2 u-boot-7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e.zip |
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/eb_cpu5282.h')
-rw-r--r-- | include/configs/eb_cpu5282.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index 26e4ade34e..9503ab66f0 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -138,5 +138,7 @@ #define CFG_SYS_DDRUA 0x05 #define CFG_SYS_PJPAR 0xFF +#define CFG_MCFTMR + #endif /* _CONFIG_M5282EVB_H */ /*---------------------------------------------------------------------*/ |