blob: 71a8246c0786feab09cf474ed0309a3937bb1627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_OPENRISC_GENERIC
config SYS_BOARD
string
default "openrisc-generic"
config SYS_VENDOR
string
default "openrisc"
config SYS_CONFIG_NAME
string
default "openrisc-generic"
endif
|