blob: d47f1fa90966448f867eb994f25a1986d0f66890 [file] [log] [blame]
Peng Fan47f73502016-12-11 19:24:37 +08001if TARGET_MX6SLLEVK
2
3config SYS_BOARD
4 default "mx6sllevk"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_CONFIG_NAME
10 default "mx6sllevk"
11
Tom Rini148b8bb2021-08-24 20:41:00 -040012config IMX_CONFIG
13 default "board/freescale/mx6sllevk/imximage.cfg"
14
Peng Fan47f73502016-12-11 19:24:37 +080015endif