diff options
author | Alexander Graf <agraf@suse.de> | 2018-02-15 15:50:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-15 10:08:14 -0500 |
commit | f116634cd17952a18efb7c8cc6f6a7ef42dd4b8b (patch) | |
tree | ab06cd50d5756eb37b674ad4ab521f8d18833bb1 /board/raspberrypi | |
parent | 04e2cead60616a09ef5f45feae17c0aca0fa8b5f (diff) | |
download | u-boot-f116634cd17952a18efb7c8cc6f6a7ef42dd4b8b.tar.gz |
RPi: Add myself as board maintainer
Commit 958d55f26ce ("MAINTAINERS: Take over BCM2835 maintainership") put
me in as maintainer for the RPi soc, but forgot to update the board
MAINTAINERS file.
Add me there too.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'board/raspberrypi')
-rw-r--r-- | board/raspberrypi/rpi/MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/raspberrypi/rpi/MAINTAINERS b/board/raspberrypi/rpi/MAINTAINERS index a7eb3654bb..cce1a7ad76 100644 --- a/board/raspberrypi/rpi/MAINTAINERS +++ b/board/raspberrypi/rpi/MAINTAINERS @@ -1,6 +1,6 @@ RPI BOARD -#M: Stephen Warren <swarren@wwwdotorg.org> -S: Orphaned (Since 2017-07) +M: Alexander Graf <agraf@suse.de> +S: Maintained F: board/raspberrypi/rpi/ F: include/configs/rpi.h F: configs/rpi_*defconfig |