diff options
| author | Mattijs Korpershoek <[email protected]> | 2023-12-21 17:09:49 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-03 11:47:07 -0500 |
| commit | 9466b3cf2cd1001ed27483acbe23acf35c6d5319 (patch) | |
| tree | 9c3b9d51d2e0697d50a1e10c6e64f09ee4a4c629 | |
| parent | 80cb22c58bd9ec11e970bae84510a99171b691eb (diff) | |
MAINTAINERS: Fix ANDROID AB unknown file entry
Commit 19a91f2464a8 ("Create a new boot/ directory") moved the
android_ab.c code under boot/android_ab but did not update
the MAINTAINERS entry.
Update it so that the maintainer will get cc'ed again.
Fixes: 19a91f2464a8 ("Create a new boot/ directory")
Signed-off-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 969514468cb..1e9a9ee0611 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -60,8 +60,8 @@ ANDROID AB M: Igor Opaniuk <[email protected]> R: Sam Protsenko <[email protected]> S: Maintained +F: boot/android_ab.c F: cmd/ab_select.c -F: common/android_ab.c F: doc/android/ab.rst F: include/android_ab.h F: test/py/tests/test_android/test_ab.py |
