From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 9 May 2016 09:40:16 +0200 Subject: [U-Boot] [PATCH] imx: imx-common: print i.MX 7 SoC names consistently In-Reply-To: <1462558910-13049-1-git-send-email-stefan@agner.ch> References: <1462558910-13049-1-git-send-email-stefan@agner.ch> Message-ID: <57303EE0.2000405@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/05/2016 20:21, Stefan Agner wrote: > According to the product website, the full names are i.MX 7Solo > and i.MX 7Dual, whereas the short form is i.MX7S and i.MX7D. Be > consistent and print the short form for both supported i.MX 7 SoCs. > > Signed-off-by: Stefan Agner > --- > arch/arm/imx-common/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c > index 5fb3ed8..4223187 100644 > --- a/arch/arm/imx-common/cpu.c > +++ b/arch/arm/imx-common/cpu.c > @@ -138,7 +138,7 @@ const char *get_imx_type(u32 imxtype) > { > switch (imxtype) { > case MXC_CPU_MX7S: > - return "7SOLO"; /* Single-core version of the mx7 */ > + return "7S"; /* Single-core version of the mx7 */ > case MXC_CPU_MX7D: > return "7D"; /* Dual-core version of the mx7 */ > case MXC_CPU_MX6QP: > Applied to -next, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================