blob: 591697041dda74bacd1fa9c124691683903ecf9d [file] [log] [blame]
Peng Fan77fa0452017-02-22 16:21:56 +08001if TARGET_MX7ULP_EVK
2
3config SYS_BOARD
4 default "mx7ulp_evk"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_CONFIG_NAME
10 default "mx7ulp_evk"
11
Tom Rini148b8bb2021-08-24 20:41:00 -040012config IMX_CONFIG
13 default "board/freescale/mx7ulp_evk/imximage.cfg"
14
Peng Fan77fa0452017-02-22 16:21:56 +080015endif