mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
16 lines
200 B
Text
16 lines
200 B
Text
|
if TARGET_SAMA5D2_XPLAINED
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sama5d2_xplained"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "atmel"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "sama5d2_xplained"
|
||
|
|
||
|
endif
|