diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-11-04 17:18:37 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-11-04 19:47:30 +0100 |
commit | b431970e7f0ce5b83fae1502eddc3568115207ad (patch) | |
tree | bcd09dc0612874b79ebdbd71fa04e0e2022ebc77 | |
parent | 3bbc763de6df4f76990d201daaf8246c504ebcca (diff) | |
download | u-boot-b431970e7f0ce5b83fae1502eddc3568115207ad.zip u-boot-b431970e7f0ce5b83fae1502eddc3568115207ad.tar.gz u-boot-b431970e7f0ce5b83fae1502eddc3568115207ad.tar.bz2 |
board: ge: b1x5v2: Add MAINTAINERS
Introduce maintainers file for the GE B1x5 board.
Cc: Huan 'Kitty' Wang <HuanWang@ge.com>
Cc: Ian Ray <ian.ray@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r-- | board/ge/b1x5v2/MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/ge/b1x5v2/MAINTAINERS b/board/ge/b1x5v2/MAINTAINERS new file mode 100644 index 0000000..f22d492 --- /dev/null +++ b/board/ge/b1x5v2/MAINTAINERS @@ -0,0 +1,9 @@ +GE B1X5V2 BOARD +M: Huan 'Kitty' Wang <HuanWang@ge.com> +M: Ian Ray <ian.ray@ge.com> +M: Sebastian Reichel <sebastian.reichel@collabora.com> +S: Maintained +F: arch/arm/dts/imx6dl-b1x5v2.dts +F: board/ge/b1x5v2/ +F: configs/ge_b1x5v2_defconfig +F: include/configs/ge_b1x5v2.h |