mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
8be4f40ecf
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>
25 lines
267 B
Text
25 lines
267 B
Text
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
|