mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 09:03:27 +08:00
12 lines
118 B
Plaintext
12 lines
118 B
Plaintext
|
if TARGET_SBC405
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "sbc405"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "sbc405"
|
||
|
|
||
|
endif
|