blob: 10c81c2bee2e94cab92c316edc154c01f2750232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|