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/vamrs | |
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/vamrs')
-rw-r--r-- | board/vamrs/rock960_rk3399/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vamrs/rock960_rk3399/MAINTAINERS b/board/vamrs/rock960_rk3399/MAINTAINERS index 5ee5256495..8821672a3a 100644 --- a/board/vamrs/rock960_rk3399/MAINTAINERS +++ b/board/vamrs/rock960_rk3399/MAINTAINERS @@ -1,7 +1,7 @@ ROCK960-RK3399 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> S: Maintained -F: board/rockchip/rock960_rk3399 +F: board/vamrs/rock960_rk3399/ F: include/configs/rock960_rk3399.h F: configs/rock960-rk3399_defconfig |