On Tue, 18 Jul 2023 at 17:34, Tom Rini <tr...@konsulko.com> wrote: > > 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 <tr...@konsulko.com> > --- > MAINTAINERS | 1 + > board/coreboot/coreboot/MAINTAINERS | 4 +--- > board/devboards/dbm-soc1/MAINTAINERS | 1 + > board/efi/efi-x86_app/MAINTAINERS | 2 ++ > board/efi/efi-x86_payload/MAINTAINERS | 1 + > board/firefly/firefly-rk3308/MAINTAINERS | 3 ++- > board/freescale/ls1043ardb/MAINTAINERS | 1 - > board/keymile/secu1/MAINTAINERS | 1 + > board/softing/vining_fpga/MAINTAINERS | 1 + > board/terasic/de0-nano-soc/MAINTAINERS | 1 + > board/terasic/de1-soc/MAINTAINERS | 1 + > board/terasic/de10-nano/MAINTAINERS | 1 + > board/terasic/de10-standard/MAINTAINERS | 1 + > board/terasic/sockit/MAINTAINERS | 1 + > 14 files changed, 15 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>