From: Moritz Fischer Date: Wed, 22 Nov 2023 16:21:14 +0000 (+0000) Subject: MAINTAINERS: Fix ARCH_APPLE file paths X-Git-Tag: v2024.01-rc5~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e9a4166da82398835496b55fc57f31ae5ac3c5;p=pandora-u-boot.git MAINTAINERS: Fix ARCH_APPLE file paths Fixes a filepath in MAINTAINERS file that wasn't updated when renaming the files to match the new SoC name. Fixes: a4bd5e4120d6 ('arm: apple: Change SoC name from "m1" into "apple"') Signed-off-by: Moritz Fischer --- diff --git a/MAINTAINERS b/MAINTAINERS index 9f74c0aacaa..f0411ed807f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -117,7 +117,7 @@ F: drivers/mmc/snps_dw_mmc.c APPLE M1 SOC SUPPORT M: Mark Kettenis S: Maintained -F: arch/arm/include/asm/arch-m1/ +F: arch/arm/include/asm/arch-apple/ F: arch/arm/mach-apple/ F: configs/apple_m1_defconfig F: drivers/iommu/apple_dart.c