diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-18 19:33:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-25 12:44:47 -0400 |
commit | fdfbd70da69bce709253a0d84b7908786a0cc40d (patch) | |
tree | d6be12d6740d9ab3acdd24cc16f5ad24b78f025f /board/coreboot | |
parent | b99476e71a675079ef38c3b1758c87bee89f9b48 (diff) | |
download | u-boot-fdfbd70da69bce709253a0d84b7908786a0cc40d.tar.gz u-boot-fdfbd70da69bce709253a0d84b7908786a0cc40d.tar.bz2 u-boot-fdfbd70da69bce709253a0d84b7908786a0cc40d.zip |
MAINTAINERS: Add some missing directories or files
In a few cases we have MAINTAINERS entries that are missing obvious
paths or files. Typically this means a board directory that did not list
itself, but in a few cases we have a Kconfig file or similar.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/coreboot')
-rw-r--r-- | board/coreboot/coreboot/MAINTAINERS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index ee12d32ce7..f777365800 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -1,13 +1,11 @@ COREBOOT BOARD M: Simon Glass <sjg@chromium.org> S: Maintained -F: board/coreboot/coreboot/ +F: board/coreboot/ 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/coreboot.h F: configs/coreboot64_defconfig |