blob: 42625fd58889fe69213e9a4ce26b4ffb939921ae [file] [log] [blame]
Peng Fanc47e09d2019-12-30 17:46:21 +08001if TARGET_IMX8MP_EVK
2
3config SYS_BOARD
4 default "imx8mp_evk"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_CONFIG_NAME
10 default "imx8mp_evk"
11
Tom Rini57b93812021-08-24 20:41:00 -040012config IMX_CONFIG
13 default "board/freescale/imx8mp_evk/imximage-8mp-lpddr4.cfg"
14
Peng Fanc47e09d2019-12-30 17:46:21 +080015source "board/freescale/common/Kconfig"
16
17endif