mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
13 lines
142 B
Text
13 lines
142 B
Text
|
if TARGET_CPU9260
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "cpu9260"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "eukrea"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "cpu9260"
|
||
|
|
||
|
endif
|