diff options
| author | Moritz Fischer <[email protected]> | 2023-11-22 16:21:14 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-13 09:57:02 -0500 |
| commit | c5e9a4166da82398835496b55fc57f31ae5ac3c5 (patch) | |
| tree | 5f24d76acc7d9b91d172ff9da87ba520026fc800 | |
| parent | b68d2865f1690a21bef70859d273b82b7341b7a9 (diff) | |
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 <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
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 <[email protected]> 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 |
