From 92a3e67ee9b0e1b2294a3d16e851b83440de2a1f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 12 Mar 2022 23:03:28 -0700 Subject: [PATCH] x86: Correct the coreboot header file in MAINTAINERS This board has its own config header file. Correct it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- board/coreboot/coreboot/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index a05673bb0b..ee12d32ce7 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -2,12 +2,12 @@ COREBOOT BOARD M: Simon Glass S: Maintained F: board/coreboot/coreboot/ -F: include/configs/chromebook_link.h +F: include/configs/coreboot.h F: configs/coreboot_defconfig COREBOOT64 BOARD M: Simon Glass S: Maintained F: board/coreboot/coreboot/ -F: include/configs/chromebook_link.h +F: include/configs/coreboot.h F: configs/coreboot64_defconfig