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