mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
9cab87f184
The Kontron SoM-Line i.MX8MM (N801x) by Kontron Electronics GmbH is a SoM module with an i.MX8M-Mini SoC, 1/2/4 GB LPDDR4 RAM, SPI NOR, eMMC and PMIC. The matching evaluation boards (Board-Line) have 2 Ethernets, USB 2.0, HDMI/LVDS, SD card, CAN, RS485 and much more. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Stefano Babic <sbabic@denx.de> Tested-by: Heiko Thiery <heiko.thiery@gmail.com>
15 lines
183 B
Text
15 lines
183 B
Text
if TARGET_KONTRON_MX8MM
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "sl-mx8mm"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "kontron"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "kontron-sl-mx8mm"
|
|
|
|
endif
|