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