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/anbernic/rgxx3_rk3566 | |
parent | f23f1b53077b0642209769ef5fd77d5ffb93f2bd (diff) | |
download | u-boot-5f1720f282043b86d7755ef975d3a813733d3944.tar.gz u-boot-5f1720f282043b86d7755ef975d3a813733d3944.tar.bz2 u-boot-5f1720f282043b86d7755ef975d3a813733d3944.zip |
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/anbernic/rgxx3_rk3566')
-rw-r--r-- | board/anbernic/rgxx3_rk3566/MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/anbernic/rgxx3_rk3566/MAINTAINERS b/board/anbernic/rgxx3_rk3566/MAINTAINERS index 647e49d28a..1c0d3fe7b5 100644 --- a/board/anbernic/rgxx3_rk3566/MAINTAINERS +++ b/board/anbernic/rgxx3_rk3566/MAINTAINERS @@ -1,6 +1,6 @@ RGXX3-RK3566 M: Chris Morgan <macromorgan@hotmail.com> S: Maintained -F: board/anbernic/rgxx3-rk3566 -F: include/configs/anbernic-rgxx3-rk3566 +F: board/anbernic/rgxx3_rk3566 +F: include/configs/anbernic-rgxx3-rk3566.h F: configs/anbernic-rgxx3_defconfig |