mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-03 23:07:12 +00:00
16 lines
167 B
Text
16 lines
167 B
Text
|
if TARGET_DKB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "dkb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "Marvell"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "pantheon"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "dkb"
|
||
|
|
||
|
endif
|