mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-21 02:33:27 +08:00
f085452d85
The SAMA5D2 ICP Board features the SAMA5D27 SoC, together with QSPI Flash, Wilc3000 wireless device and EtherCat support. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
if TARGET_SAMA5D2_ICP
|
|
|
|
config SYS_BOARD
|
|
default "sama5d2_icp"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_SOC
|
|
default "at91"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sama5d2_icp"
|
|
|
|
endif
|