mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
13 lines
142 B
Text
13 lines
142 B
Text
|
if TARGET_IB62X0
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ib62x0"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "raidsonic"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ib62x0"
|
||
|
|
||
|
endif
|