blob: 0c0af962d4e87348fda4a5f70f84bf80516b8073 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if TARGET_PM9G45
config SYS_CPU
default "arm926ejs"
config SYS_BOARD
default "pm9g45"
config SYS_VENDOR
default "ronetix"
config SYS_SOC
default "at91"
config SYS_CONFIG_NAME
default "pm9g45"
endif
|