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