blob: 2eb1de2f076ca50aee3fcff94305b4a65da5eab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
if TARGET_R0P7734
config SYS_CPU
string
default "sh4"
config SYS_BOARD
string
default "r0p7734"
config SYS_VENDOR
string
default "renesas"
config SYS_CONFIG_NAME
string
default "r0p7734"
endif
|