diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-04-22 18:25:47 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-25 10:11:05 -0400 |
commit | 06c73e37b329f6cc564b766cc739dff3c909e8c9 (patch) | |
tree | 1235ad08637e6c57e16b7afb142c1c5d4be1dcc2 /MAINTAINERS | |
parent | 82337bb6b63226c9a8a78dc03a1af1eab6494a6b (diff) | |
download | u-boot-06c73e37b329f6cc564b766cc739dff3c909e8c9.zip u-boot-06c73e37b329f6cc564b766cc739dff3c909e8c9.tar.gz u-boot-06c73e37b329f6cc564b766cc739dff3c909e8c9.tar.bz2 |
MAINTAINERS: Add Alper as a binman maintainer
I ended up learning most of binman internals while trying to add a few
features to it, and I recently started reviewing binman series that
would not affect me personally. I'll keep working on it and try to do
more reviews.
Add myself as a maintainer for binman.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Acked-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f7665fc..8e49a84 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -690,6 +690,7 @@ F: arch/arm/dts/phytium-durian.dts BINMAN M: Simon Glass <sjg@chromium.org> +M: Alper Nebi Yasak <alpernebiyasak@gmail.com> S: Maintained F: tools/binman/ |