blob: 9c1d8fe35aac97e8cdb2ced370e0452987fda3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_OMAP4_SDP4430
config SYS_BOARD
string
default "sdp4430"
config SYS_VENDOR
string
default "ti"
config SYS_CONFIG_NAME
string
default "omap4_sdp4430"
endif
|