24 lines
248 B
Plaintext
24 lines
248 B
Plaintext
|
if TARGET_TITANIUM
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "titanium"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "barco"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "titanium"
|
||
|
|
||
|
endif
|