mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
864ac2cf38
i.Core MX8M Plus is an EDIMM SoM based on NXP i.MX8M Plus from Engicam. i.Core MX8M Plus needs to mount on top of this Evaluation board for creating complete i.Core MX8M Plus EDIMM2.2 Starter Kit. Add support for it. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Manoj Sai <abbaraju.manojsai@amarulasolutions.com>
15 lines
235 B
Text
15 lines
235 B
Text
if TARGET_IMX8MP_ICORE_MX8MP
|
|
|
|
config SYS_BOARD
|
|
default "imx8mp"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mp_icore_mx8mp"
|
|
|
|
config IMX_CONFIG
|
|
default "board/engicam/imx8mp/imximage-lpddr4.cfg"
|
|
|
|
endif
|