mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00: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>
15 lines
235 B
Text
15 lines
235 B
Text
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
|