public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] imx: imx-common: print i.MX 7 SoC names consistently
Date: Mon, 9 May 2016 09:40:16 +0200	[thread overview]
Message-ID: <57303EE0.2000405@denx.de> (raw)
In-Reply-To: <1462558910-13049-1-git-send-email-stefan@agner.ch>

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 <stefan@agner.ch>
> ---
>  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
=====================================================================

      parent reply	other threads:[~2016-05-09  7:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06 18:21 [U-Boot] [PATCH] imx: imx-common: print i.MX 7 SoC names consistently Stefan Agner
2016-05-06 19:19 ` Fabio Estevam
2016-05-06 21:17   ` Stefan Agner
2016-05-06 21:26     ` Fabio Estevam
2016-05-10 15:30     ` Fabio Estevam
2016-05-09  7:40 ` Stefano Babic [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57303EE0.2000405@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox