blob: 49aa302553e6504390ff43bb5039f45af3e8f76e [file] [log] [blame]
Peng Fan55a42b32016-08-11 14:02:57 +08001if TARGET_MX6ULL_14X14_EVK
2
3config SYS_BOARD
4 default "mx6ullevk"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_CONFIG_NAME
10 default "mx6ullevk"
11
Tom Rini148b8bb2021-08-24 20:41:00 -040012config IMX_CONFIG
13 default "board/freescale/mx6ullevk/imximage.cfg"
14
Peng Fan55a42b32016-08-11 14:02:57 +080015endif