mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

The Emcraft Systems NavQ+ kit is a mobile robotics platform based on NXP i.MX8 MPlus SoC. The following interfaces and devices are enabled: - eMMC - Gigabit Ethernet (through eQOS interface) - SD-Card - UART console The device tree file is taken from upstream Linux Kernel through OF_UPSTREAM Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
15 lines
239 B
Text
15 lines
239 B
Text
if TARGET_IMX8MP_NAVQP
|
|
|
|
config SYS_BOARD
|
|
default "imx8mp_navqp"
|
|
|
|
config SYS_VENDOR
|
|
default "emcraft"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mp_navqp"
|
|
|
|
config IMX_CONFIG
|
|
default "board/emcraft/imx8mp_navqp/imximage-8mp-lpddr4.cfg"
|
|
|
|
endif
|