blob: 4df6c6368a27820a4af32df7218579a2790b2101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_PALMTREO680
config SYS_CPU
string
default "pxa"
config SYS_BOARD
string
default "palmtreo680"
config SYS_CONFIG_NAME
string
default "palmtreo680"
endif
|