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