blob: 65fc5c483868c4bc3186f8d63930b147a0947492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_PM9G45
config SYS_BOARD
default "pm9g45"
config SYS_VENDOR
default "ronetix"
config SYS_SOC
default "at91"
config SYS_CONFIG_NAME
default "pm9g45"
endif
|