mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
12 lines
133 B
Text
12 lines
133 B
Text
|
if TARGET_BF537_STAMP
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "bf537-stamp"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "bf537-stamp"
|
||
|
|
||
|
endif
|