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