commit | 49becce3ab01d49c916e20d6c4e3e40ddd7932b5 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Sat Feb 25 23:25:26 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Wed Mar 15 01:41:57 2023 +0100 |
tree | ae549d05e63968da500aaed843f1f13aa635c5e5 | |
parent | c12052a8ed8e02991fe23c12a1bd4c19a2251395 [diff] [blame] |
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>
diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index 607c5de..965327d 100644 --- a/include/configs/M5275EVB.h +++ b/include/configs/M5275EVB.h
@@ -116,4 +116,6 @@ #define CFG_SYS_CS1_CTRL 0x00001900 #define CFG_SYS_CS1_MASK 0x00070001 +#define CFG_MCFTMR + #endif /* _M5275EVB_H */