mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
16 lines
196 B
Text
16 lines
196 B
Text
|
if TARGET_KSTR_SAMA5D27
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "kstr-sama5d27"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "conclusive"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "kstr-sama5d27"
|
||
|
|
||
|
endif
|