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