diff options
author | Simon Glass | 2022-03-12 23:03:28 -0700 |
---|---|---|
committer | Bin Meng | 2022-03-14 15:20:40 +0800 |
commit | 92a3e67ee9b0e1b2294a3d16e851b83440de2a1f (patch) | |
tree | dd16747d1d2813b872db716a3f3d16b0868dc919 | |
parent | 978a8a296e699fbb0919c245f78317dea08eab8e (diff) |
x86: Correct the coreboot header file in MAINTAINERS
This board has its own config header file. Correct it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | board/coreboot/coreboot/MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index a05673bb0be..ee12d32ce7c 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -2,12 +2,12 @@ COREBOOT BOARD M: Simon Glass <sjg@chromium.org> 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 <sjg@chromium.org> S: Maintained F: board/coreboot/coreboot/ -F: include/configs/chromebook_link.h +F: include/configs/coreboot.h F: configs/coreboot64_defconfig |