diff options
| author | Tom Rini <[email protected]> | 2023-07-18 19:33:34 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-25 12:44:47 -0400 |
| commit | fdfbd70da69bce709253a0d84b7908786a0cc40d (patch) | |
| tree | d6be12d6740d9ab3acdd24cc16f5ad24b78f025f /board/coreboot | |
| parent | b99476e71a675079ef38c3b1758c87bee89f9b48 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 ee12d32ce7c..f7773658000 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -1,13 +1,11 @@ COREBOOT BOARD M: Simon Glass <[email protected]> S: Maintained -F: board/coreboot/coreboot/ +F: board/coreboot/ F: include/configs/coreboot.h F: configs/coreboot_defconfig COREBOOT64 BOARD M: Simon Glass <[email protected]> S: Maintained -F: board/coreboot/coreboot/ -F: include/configs/coreboot.h F: configs/coreboot64_defconfig |
