From 2f14512e7f82ca20b839073d921cd41455cc6e83 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Tue, 19 Jul 2022 18:18:30 -0300 Subject: Add SoC information in machines where it is missing Machine files fixed: - imx8dx-mek.conf - imx8dxl-ddr3l-evk.conf - imx8dxl-lpddr4-evk.conf - imx8qm-mek.conf - imx8qxp-mek.conf - mpc8548cds.conf Signed-off-by: Vinicius Aquino --- conf/machine/imx8dx-mek.conf | 1 + conf/machine/imx8dxl-ddr3l-evk.conf | 1 + conf/machine/imx8dxl-lpddr4-evk.conf | 1 + conf/machine/imx8qm-mek.conf | 1 + conf/machine/imx8qxp-mek.conf | 1 + conf/machine/mpc8548cds.conf | 1 + 6 files changed, 6 insertions(+) diff --git a/conf/machine/imx8dx-mek.conf b/conf/machine/imx8dx-mek.conf index fbb35f13..f7abd89a 100644 --- a/conf/machine/imx8dx-mek.conf +++ b/conf/machine/imx8dx-mek.conf @@ -1,5 +1,6 @@ #@TYPE: Machine #@NAME: i.MX 8DX MEK +#@SOC: i.MX8DX #@DESCRIPTION: i.MX 8DualX Multisensory Enablement Kit board #@MAINTAINER: Lauren Post diff --git a/conf/machine/imx8dxl-ddr3l-evk.conf b/conf/machine/imx8dxl-ddr3l-evk.conf index e74bc259..b76c8060 100644 --- a/conf/machine/imx8dxl-ddr3l-evk.conf +++ b/conf/machine/imx8dxl-ddr3l-evk.conf @@ -1,5 +1,6 @@ #@TYPE: Machine #@NAME: i.MX 8DXL EVK with DDR3 +#@SOC: i.MX8DXL #@DESCRIPTION: NXP i.MX 8DXLite Evaluation Kit with DDR3 #@MAINTAINER: Lauren Post diff --git a/conf/machine/imx8dxl-lpddr4-evk.conf b/conf/machine/imx8dxl-lpddr4-evk.conf index 2ca9b986..2710ea1a 100644 --- a/conf/machine/imx8dxl-lpddr4-evk.conf +++ b/conf/machine/imx8dxl-lpddr4-evk.conf @@ -1,5 +1,6 @@ #@TYPE: Machine #@NAME: i.MX 8DXL EVK with LPDDR4 +#@SOC: i.MX8DXL #@DESCRIPTION: i.MX 8DXLite Evaluation Kit with LPDDR4 #@MAINTAINER: Lauren Post diff --git a/conf/machine/imx8qm-mek.conf b/conf/machine/imx8qm-mek.conf index eff8da49..58e7df79 100644 --- a/conf/machine/imx8qm-mek.conf +++ b/conf/machine/imx8qm-mek.conf @@ -1,5 +1,6 @@ #@TYPE: Machine #@NAME: i.MX 8QM MEK +#@SOC: i.MX8QM #@DESCRIPTION: i.MX 8QuadMax Multisensory Enablement Kit board, rev B0 #@MAINTAINER: Lauren Post diff --git a/conf/machine/imx8qxp-mek.conf b/conf/machine/imx8qxp-mek.conf index 29412cc3..6a732893 100644 --- a/conf/machine/imx8qxp-mek.conf +++ b/conf/machine/imx8qxp-mek.conf @@ -1,5 +1,6 @@ #@TYPE: Machine #@NAME: i.MX 8QXP MEK +#@SOC: i.MX8QXP #@DESCRIPTION: i.MX 8QuadXPlus Multisensory Enablement Kit board #@MAINTAINER: Lauren Post diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf index c7c49ddc..bd4b6500 100644 --- a/conf/machine/mpc8548cds.conf +++ b/conf/machine/mpc8548cds.conf @@ -1,5 +1,6 @@ #@TYPE: Machine #@Name: NXP MPC8548CDS +#@SOC: MPC8548CDS #@DESCRIPTION: Machine configuration for the NXP MPC8548CDS #@MAINTAINER: Chunrong Guo -- cgit v1.2.3-54-g00ecf