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