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