aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Fischer <moritzf@google.com>2023-11-22 16:21:14 +0000
committerTom Rini <trini@konsulko.com>2023-12-13 09:57:02 -0500
commitc5e9a4166da82398835496b55fc57f31ae5ac3c5 (patch)
tree5f24d76acc7d9b91d172ff9da87ba520026fc800
parentb68d2865f1690a21bef70859d273b82b7341b7a9 (diff)
downloadu-boot-c5e9a4166da82398835496b55fc57f31ae5ac3c5.zip
u-boot-c5e9a4166da82398835496b55fc57f31ae5ac3c5.tar.gz
u-boot-c5e9a4166da82398835496b55fc57f31ae5ac3c5.tar.bz2
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 <moritzf@google.com>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9f74c0a..f0411ed 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -117,7 +117,7 @@ F: drivers/mmc/snps_dw_mmc.c
APPLE M1 SOC SUPPORT
M: Mark Kettenis <kettenis@openbsd.org>
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