diff options
author | Tom Rini | 2023-07-18 19:33:34 -0400 |
---|---|---|
committer | Tom Rini | 2023-07-25 12:44:47 -0400 |
commit | fdfbd70da69bce709253a0d84b7908786a0cc40d (patch) | |
tree | d6be12d6740d9ab3acdd24cc16f5ad24b78f025f /board/devboards | |
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 <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/devboards')
-rw-r--r-- | board/devboards/dbm-soc1/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/devboards/dbm-soc1/MAINTAINERS b/board/devboards/dbm-soc1/MAINTAINERS index 625f2c88996..577eba5a281 100644 --- a/board/devboards/dbm-soc1/MAINTAINERS +++ b/board/devboards/dbm-soc1/MAINTAINERS @@ -1,5 +1,6 @@ Devboards.de DBM-SoC1 BOARD M: Marek Vasut <marex@denx.de> S: Maintained +F: board/devboards/dbm-soc1/ F: include/configs/socfpga_dbm_soc1.h F: configs/socfpga_dbm_soc1_defconfig |