mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
13 lines
148 B
Text
13 lines
148 B
Text
|
if TARGET_OMAP3_CAIRO
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "cairo"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "quipos"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "omap3_cairo"
|
||
|
|
||
|
endif
|