All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] armv7: fix order of OMAP die ID printing
@ 2016-06-02  9:43 Ladislav Michl
  2016-06-02 20:57 ` Enric Balletbo Serra
  2016-06-06 21:29 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2016-06-02  9:43 UTC (permalink / raw)
  To: u-boot

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]);
 }

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] armv7: fix order of OMAP die ID printing
  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
  2016-06-06 21:29 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Enric Balletbo Serra @ 2016-06-02 20:57 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] armv7: fix order of OMAP die ID printing
  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
@ 2016-06-06 21:29 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-06-06 21:29 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 02, 2016 at 11:43:16AM +0200, Ladislav Michl wrote:

> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> 
> diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
> index 52ea734..2d03ebf 100644

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160606/8d18a546/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-06 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2016-06-06 21:29 ` [U-Boot] " Tom Rini

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.