mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
13 lines
133 B
Text
13 lines
133 B
Text
|
if TARGET_DP405
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "dp405"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "esd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "DP405"
|
||
|
|
||
|
endif
|