blob: 76cf343dedeba7f6e17c7fb2286ac1d5a729e215 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_QONG
config SYS_BOARD
default "qong"
config SYS_VENDOR
default "davedenx"
config SYS_SOC
default "mx31"
config SYS_CONFIG_NAME
default "qong"
endif
|