diff options
author | Matthias Brugger <mbrugger@suse.com> | 2022-11-30 12:57:49 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-02 08:39:00 -0500 |
commit | 58880b5208e43f324c4cc2d7eca5031e4dc0ee44 (patch) | |
tree | 5af8603ae3c7882656ba8ae8d6dffb873e0dd45d | |
parent | 39b81955d38c11254b455322b9d98e07010049d6 (diff) | |
download | u-boot-58880b5208e43f324c4cc2d7eca5031e4dc0ee44.zip u-boot-58880b5208e43f324c4cc2d7eca5031e4dc0ee44.tar.gz u-boot-58880b5208e43f324c4cc2d7eca5031e4dc0ee44.tar.bz2 |
MAINTAINERS: add RaspberryPi co-maintainer
Peter accpeted to step up as a co-maintainer for the RPis.
Reflect that in the corresponding MAINTAINERS files.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r-- | board/raspberrypi/rpi/MAINTAINERS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bc9081b..f9f4eed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -192,6 +192,7 @@ N: aspeed ARM BROADCOM BCM283X / BCM27XX M: Matthias Brugger <mbrugger@suse.com> +M: Peter Robinson <pbrobinson@gmail.com> S: Maintained F: arch/arm/dts/bcm283* F: arch/arm/mach-bcm283x/ diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS index 4f1b23e..9893511 100644 --- a/board/raspberrypi/rpi/MAINTAINERS +++ b/board/raspberrypi/rpi/MAINTAINERS @@ -1,5 +1,6 @@ RPI BOARD M: Matthias Brugger <mbrugger@suse.com> +M: Peter Robinson <pbrobinson@gmail.com> S: Maintained F: board/raspberrypi/rpi/ F: include/configs/rpi.h |