Rename the "COLDFIRE" entry to "M68K" to reflect that the architecture support now encompasses traditional m680x0 CPUs (e.g., M68040) in addition to ColdFire platforms.
Add myself as a co-maintainer to assist with reviewing and testing m68k-related patches. Signed-off-by: Kuan-Wei Chiu <[email protected]> --- Changes in v5: - New patch. MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index bf85f642a8d..57e8fd5bd8f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1045,9 +1045,10 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git F: drivers/clk/ F: drivers/clk/imx/ -COLDFIRE +M68K M: Huan Wang <[email protected]> M: Angelo Dureghello <[email protected]> +M: Kuan-Wei Chiu <[email protected]> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git F: arch/m68k/ -- 2.52.0.358.g0dd7633a29-goog

