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/M5282EVB.h b/include/configs/M5282EVB.h index 31699a4..f04d9b1 100644 --- a/include/configs/M5282EVB.h +++ b/include/configs/M5282EVB.h
@@ -127,4 +127,6 @@ #define CFG_SYS_DDRUA 0x05 #define CFG_SYS_PJPAR 0xFF +#define CFG_MCFTMR + #endif /* _CONFIG_M5282EVB_H */