diff options
author | Stefano Babic | 2016-06-06 11:19:42 +0200 |
---|---|---|
committer | Stefano Babic | 2016-07-12 17:58:48 +0200 |
commit | 8be4f40ecfd92257007e82a08e25044b447db18d (patch) | |
tree | efab25348fa7248f2556a16e3f61093641dfb865 /board/el/el6x/MAINTAINERS | |
parent | 0750701a3f74e831b6cb0ecc69be2f7eff94e819 (diff) |
mx6: add support for el6x board
Custom Board based on MX6 Dual, 1GB RAM and eMMC.
There are two variants of the board with and without
PCIe (ZC5202 and ZC5601).
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/el/el6x/MAINTAINERS')
-rw-r--r-- | board/el/el6x/MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/el/el6x/MAINTAINERS b/board/el/el6x/MAINTAINERS new file mode 100644 index 00000000000..9a40010f50e --- /dev/null +++ b/board/el/el6x/MAINTAINERS @@ -0,0 +1,8 @@ +EL6X BOARD +M: Stefano Babic <sbabic@denx.de> +S: Maintained +F: board/el/el6x/ +F: include/configs/zc5202.h +F: include/configs/zc5601.h +F: configs/zc5202_defconfig +F: configs/zc5601_defconfig |