mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 22:33:27 +08:00
27347893f0
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
|