mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-15 07:43:07 +00:00
16 lines
235 B
Text
16 lines
235 B
Text
|
if TARGET_IMX8MP_ICORE_MX8MP
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8mp"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "engicam"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8mp_icore_mx8mp"
|
||
|
|
||
|
config IMX_CONFIG
|
||
|
default "board/engicam/imx8mp/imximage-lpddr4.cfg"
|
||
|
|
||
|
endif
|