mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 13:06:04 +01:00
Introduce support for Conclusive KSTR-SAMA5D27 Single Board Computer. Co-developed-by: Jakub Klama <jakub@conclusive.pl> Signed-off-by: Jakub Klama <jakub@conclusive.pl> Co-developed-by: Marcin Jabrzyk <marcin@conclusive.pl> Signed-off-by: Marcin Jabrzyk <marcin@conclusive.pl> Signed-off-by: Artur Rojek <artur@conclusive.pl>
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
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
|