mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 07:13:28 +08:00
aaa4ba930c
Add the SAMA5D2 PTC EK board and remove the SAMA5D2 PTC ENGI board which was a prototype. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
16 lines
194 B
Plaintext
16 lines
194 B
Plaintext
if TARGET_SAMA5D2_PTC_EK
|
|
|
|
config SYS_BOARD
|
|
default "sama5d2_ptc_ek"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_SOC
|
|
default "at91"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sama5d2_ptc_ek"
|
|
|
|
endif
|