mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
12 lines
142 B
Text
12 lines
142 B
Text
|
if TARGET_BF537_MINOTAUR
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "bf537-minotaur"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "bf537-minotaur"
|
||
|
|
||
|
endif
|