mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
302f7e80b9
Add support for Data Modul i.MX8M Plus eDM SBC board. This is an evaluation board for various custom display units. Currently supported are serial console, ethernet, eMMC, SD, SPI NOR, USB. Signed-off-by: Marek Vasut <marex@denx.de>
15 lines
264 B
Text
15 lines
264 B
Text
if TARGET_IMX8MP_DATA_MODUL_EDM_SBC
|
|
|
|
config SYS_BOARD
|
|
default "imx8mp_edm_sbc"
|
|
|
|
config SYS_VENDOR
|
|
default "data_modul"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mp_data_modul_edm_sbc"
|
|
|
|
config IMX_CONFIG
|
|
default "board/data_modul/imx8mp_edm_sbc/imximage.cfg"
|
|
|
|
endif
|