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/firefly | |
parent | b99476e71a675079ef38c3b1758c87bee89f9b48 (diff) | |
download | u-boot-fdfbd70da69bce709253a0d84b7908786a0cc40d.tar.gz |
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/firefly')
-rw-r--r-- | board/firefly/firefly-rk3308/MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/firefly/firefly-rk3308/MAINTAINERS b/board/firefly/firefly-rk3308/MAINTAINERS index 199079717e7..e584038a203 100644 --- a/board/firefly/firefly-rk3308/MAINTAINERS +++ b/board/firefly/firefly-rk3308/MAINTAINERS @@ -1,5 +1,6 @@ ROC-RK3308-CC M: Andy Yan <andy.yan@rock-chips.com> S: Maintained -F: board/firefly/firefly-rk3308/roc_cc_rk3308.c +F: board/firefly/firefly-rk3308/ F: configs/roc-cc-rk3308_defconfig +F: include/configs/firefly_rk3308.h |