From 98a54453284ef2a3c11fde2cd97e7ca41883f9c9 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sun, 5 Oct 2025 20:33:06 -0600 Subject: [PATCH] MAINTAINERS: Correct paths for Dell Latitude mainboards The E6400 and E7240 were updated to use a variant scheme in commit f62734976ce8 ("mb/dell: Convert E6400 into a variant") and commit 511872dae3ea ("mb/dell: Convert Latitude E7240 into a variant"), respectively, which changed the names of the directories they were located in. Update MAINTAINERS to reflect this. Change-Id: If35e5a0afe214fe623334e90969cc7f95d579a86 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/89422 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Sudsgaard --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ddca248f82..dddfa099a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -273,9 +273,9 @@ F: src/mainboard/dell/ DELL LATITUDE MAINBOARDS M: Nicholas Chin S: Maintained -F: src/mainboard/dell/e6400/ +F: src/mainboard/dell/gm45_latitude/ F: src/mainboard/dell/snb_ivb_latitude/ -F: src/mainboard/dell/e7240/ +F: src/mainboard/dell/haswell_latitude/ EMULATION MAINBOARDS