blob: 40e56cb11f5227d921e2eb74b4a3efca1d4f7431 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if TARGET_TT01
config SYS_CPU
default "arm1136"
config SYS_BOARD
default "tt01"
config SYS_VENDOR
default "hale"
config SYS_SOC
default "mx31"
config SYS_CONFIG_NAME
default "tt01"
endif
|