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/google | |
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/google')
-rw-r--r-- | board/google/chromebox_panther/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/google/chromebox_panther/MAINTAINERS b/board/google/chromebox_panther/MAINTAINERS index c88774bc86..4963a895bb 100644 --- a/board/google/chromebox_panther/MAINTAINERS +++ b/board/google/chromebox_panther/MAINTAINERS @@ -1,6 +1,6 @@ CHROMEBOX PANTHER BOARD M: Simon Glass <sjg@chromium.org> S: Maintained -F: board/google/chromebook_panther/ +F: board/google/chromebox_panther/ F: include/configs/chromebox_panther.h F: configs/chromebox_panther_defconfig |