mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
16 lines
167 B
Text
16 lines
167 B
Text
|
if TARGET_DB64460
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "db64460"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "Marvell"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "DB64460"
|
||
|
|
||
|
endif
|