blob: d8f24695d0d23756b119a63dd665f22707b61a0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_SMEGW01
config SYS_BOARD
default "smegw01"
config SYS_VENDOR
default "storopack"
config SYS_CONFIG_NAME
default "smegw01"
config IMX_CONFIG
default "board/storopack/smegw01/imximage.cfg"
endif
|