mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Add support for iMX8MN VAR-SOM-MX8M-NANO board. Enables support for: - 1GiB DDR4 RAM - 16 GiB eMMC - SD card - Gigabit ethernet - USBOTG1 peripheral - fastboot Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
18 lines
290 B
Plaintext
18 lines
290 B
Plaintext
if TARGET_IMX8MN_VAR_SOM
|
|
|
|
config SYS_BOARD
|
|
default "imx8mn_var_som"
|
|
|
|
config SYS_VENDOR
|
|
default "variscite"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mn_var_som"
|
|
|
|
config IMX_CONFIG
|
|
default "board/variscite/imx8mn_var_som/imximage-8mn-ddr4.cfg"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|