mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
15 lines
205 B
Text
15 lines
205 B
Text
|
if TARGET_IMX8MM_ICORE_MX8MM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8mm"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "engicam"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8mm_icore_mx8mm"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
|
||
|
endif
|