mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
d12618b927
Add the board support for the i.MX8MM Cloos PHG board. This board uses a imx8mm-tqma8mqml SoM from TQ-Group. imx8mm-phg.dts and imx8mm-tqma8mqml.dtsi are taken directly from Linux 6.2-rc3. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
15 lines
227 B
Text
15 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
|