blob: 24edcc43bcd09d68ef0b9bad22b57d280c13f784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if TARGET_TX25
config SYS_CPU
default "arm926ejs"
config SYS_BOARD
default "tx25"
config SYS_VENDOR
default "karo"
config SYS_SOC
default "mx25"
config SYS_CONFIG_NAME
default "tx25"
endif
|