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