mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
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
|