diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-11-04 17:18:35 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-11-04 19:47:01 +0100 |
commit | dc438fb6e69d1741f53b03be1cb0f85c80593288 (patch) | |
tree | 0b7fb2849a82ace417fafc08f82b247d280bffc9 /board/ge | |
parent | 64272efdaffc54171ddc9ef15119b2fc85fd58fa (diff) | |
download | u-boot-dc438fb6e69d1741f53b03be1cb0f85c80593288.tar.gz u-boot-dc438fb6e69d1741f53b03be1cb0f85c80593288.tar.bz2 u-boot-dc438fb6e69d1741f53b03be1cb0f85c80593288.zip |
board: ge: bx50v3: Update MAINTAINERS
This updates the Bx50v3 MAINTAINERS file, so that it also catches
changes to the related device tree files. Additionally the list of
files has been sorted alphabetically and I added myself as maintainer.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'board/ge')
-rw-r--r-- | board/ge/bx50v3/MAINTAINERS | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/board/ge/bx50v3/MAINTAINERS b/board/ge/bx50v3/MAINTAINERS index 91d5c86013..fafbd78c2a 100644 --- a/board/ge/bx50v3/MAINTAINERS +++ b/board/ge/bx50v3/MAINTAINERS @@ -1,9 +1,14 @@ -GE_BX50V3 BOARD +GE BX50V3 BOARD M: Ian Ray <ian.ray@ge.com> +M: Sebastian Reichel <sebastian.reichel@collabora.com> S: Maintained +F: arch/arm/dts/imx6q-b450v3.dts +F: arch/arm/dts/imx6q-b650v3.dts +F: arch/arm/dts/imx6q-b850v3.dts +F: arch/arm/dts/imx6q-bx50v3* F: board/ge/bx50v3/ -F: include/configs/ge_bx50v3.h -F: configs/ge_bx50v3_defconfig F: configs/ge_b450v3_defconfig F: configs/ge_b650v3_defconfig F: configs/ge_b850v3_defconfig +F: configs/ge_bx50v3_defconfig +F: include/configs/ge_bx50v3.h |