mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
16 lines
171 B
Text
16 lines
171 B
Text
|
if TARGET_OMAP3_BEAGLE
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "beagle"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "ti"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "omap3_beagle"
|
||
|
|
||
|
endif
|