diff options
| author | Tom Rini <trini@konsulko.com> | 2023-07-18 19:33:32 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-07-25 12:44:47 -0400 |
| commit | 5f1720f282043b86d7755ef975d3a813733d3944 (patch) | |
| tree | ad8eefeab9b9033b0fff2e2841b1ebb4111bdd86 /board/broadcom | |
| parent | f23f1b53077b0642209769ef5fd77d5ffb93f2bd (diff) | |
MAINTAINERS: Fix path typos and similar
We have a number of cases where the in-tree path of files and where
they presumably were when the first version of a patch were posted
differ slightly. Correct these to point at where the files are now.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/broadcom')
| -rw-r--r-- | board/broadcom/bcmns/MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/broadcom/bcmns/MAINTAINERS b/board/broadcom/bcmns/MAINTAINERS index 86b68c989cd..63c6d8bb4ac 100644 --- a/board/broadcom/bcmns/MAINTAINERS +++ b/board/broadcom/bcmns/MAINTAINERS @@ -1,6 +1,6 @@ BCMNS BOARD M: Linus Walleij <linus.walleij@linaro.org> S: Maintained -F: board/broadcom/bcmnsp/ +F: board/broadcom/bcmns/ F: configs/bcmns_defconfig -F: include/configs/bcmnsp.h +F: include/configs/bcmns.h |
