]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/dh_imx6.h
ARM: imx6: Add DHCOM i.MX6 PDK board support
authorMarek Vasut <marex@denx.de>
Mon, 9 Oct 2017 19:51:10 +0000 (21:51 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 16:01:06 +0000 (18:01 +0200)
commit0a333602df9fd9dcd6f58c8c098b29a3bd1dffcc
tree506fe0f032e17fbe0854de7a64478b66e10a5379
parent1a95913979d12a78deb47e9f7c9042c410d88e2a
ARM: imx6: Add DHCOM i.MX6 PDK board support

Add support for the DHCOM i.MX6 PDK board. This board has:
- FEC ethernet
- EHCI USB host
- 3x SDMMC

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/mach-imx/mx6/Kconfig
board/dhelectronics/dh_imx6/Kconfig [new file with mode: 0644]
board/dhelectronics/dh_imx6/MAINTAINERS [new file with mode: 0644]
board/dhelectronics/dh_imx6/Makefile [new file with mode: 0644]
board/dhelectronics/dh_imx6/dh_imx6.c [new file with mode: 0644]
board/dhelectronics/dh_imx6/dh_imx6_spl.c [new file with mode: 0644]
configs/dh_imx6_defconfig [new file with mode: 0644]
include/configs/dh_imx6.h [new file with mode: 0644]