mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
16 lines
227 B
Text
16 lines
227 B
Text
|
if TARGET_IMX8MM_PHG
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8mm_phg"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "cloos"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8mm_phg"
|
||
|
|
||
|
config IMX_CONFIG
|
||
|
default "board/cloos/imx8mm_phg/imximage-8mm-lpddr4.cfg"
|
||
|
|
||
|
endif
|