blob: 591697041dda74bacd1fa9c124691683903ecf9d [file] [log] [blame]
Peng Fanf7765d72017-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 Rini57b93812021-08-24 20:41:00 -040012config IMX_CONFIG
13 default "board/freescale/mx7ulp_evk/imximage.cfg"
14
Peng Fanf7765d72017-02-22 16:21:56 +080015endif