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/M5272C3.h b/include/configs/M5272C3.h index 33c2fc0..49cf3e8 100644 --- a/include/configs/M5272C3.h +++ b/include/configs/M5272C3.h
@@ -106,4 +106,7 @@ #define CFG_SYS_PBDDR 0x0000 #define CFG_SYS_PBDAT 0x0000 #define CFG_SYS_PDCNT 0x00000000 + +#define CFG_MCFTMR + #endif /* _M5272C3_H */