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