mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
16c7369ede
The Kontron pitx-imx8m is an NXP i.MX8MQ based board in the pITX form factor. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
15 lines
235 B
Text
15 lines
235 B
Text
if TARGET_KONTRON_PITX_IMX8M
|
|
|
|
config SYS_BOARD
|
|
default "pitx_imx8m"
|
|
|
|
config SYS_VENDOR
|
|
default "kontron"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kontron_pitx_imx8m"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage.cfg"
|
|
|
|
endif
|