u-boot-brain/board/el/el6x/Kconfig
Stefano Babic 8be4f40ecf 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>
2016-07-12 17:58:48 +02:00

26 lines
267 B
Plaintext

if TARGET_ZC5202
config SYS_BOARD
default "el6x"
config SYS_VENDOR
default "el"
config SYS_CONFIG_NAME
default "zc5202"
endif
if TARGET_ZC5601
config SYS_BOARD
default "el6x"
config SYS_VENDOR
default "el"
config SYS_CONFIG_NAME
default "zc5601"
endif