All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enric Balletbo Serra <eballetbo@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] armv7: fix order of OMAP die ID printing
Date: Thu, 2 Jun 2016 22:57:10 +0200	[thread overview]
Message-ID: <CAFqH_513hx6G8LafDKoQt37kb1f4C1-m9nuUOy9DJC0ASm+TQw@mail.gmail.com> (raw)
In-Reply-To: <20160602094316.GA8461@localhost.localdomain>

2016-06-02 11:43 GMT+02:00 Ladislav Michl <ladis@linux-mips.org>:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
> index 52ea734..2d03ebf 100644
> --- a/arch/arm/cpu/armv7/omap-common/utils.c
> +++ b/arch/arm/cpu/armv7/omap-common/utils.c
> @@ -108,6 +108,6 @@ void omap_die_id_display(void)
>
>         omap_die_id(die_id);
>
> -       printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[0], die_id[1],
> -               die_id[2], die_id[3]);
> +       printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[3], die_id[2],
> +               die_id[1], die_id[0]);
>  }

Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

  reply	other threads:[~2016-06-02 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-02  9:43 [U-Boot] [PATCH] armv7: fix order of OMAP die ID printing Ladislav Michl
2016-06-02 20:57 ` Enric Balletbo Serra [this message]
2016-06-06 21:29 ` [U-Boot] " Tom Rini

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=CAFqH_513hx6G8LafDKoQt37kb1f4C1-m9nuUOy9DJC0ASm+TQw@mail.gmail.com \
    --to=eballetbo@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.