mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-05 18:43:27 +08:00
c8f3402ad2
Add support for the MSC SM2S-IMX8PLUS SMARC Module. Tested in conjunction with the MSC SM2-MB-EP1 Mini-ITX Carrier Board. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Fabio Estevam <festevam@denx.de>
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
if TARGET_MSC_SM2S_IMX8MP
|
|
|
|
config SYS_BOARD
|
|
default "sm2s_imx8mp"
|
|
|
|
config SYS_VENDOR
|
|
default "msc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "msc_sm2s_imx8mp"
|
|
|
|
config IMX_CONFIG
|
|
default "board/msc/sm2s_imx8mp/imximage-8mp-lpddr4.cfg"
|
|
|
|
endif
|