public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID
@ 2016-01-03 17:24 Ladislav Michl
  2016-01-04 22:12 ` Enric Balletbo Serra
  2016-01-20 21:01 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2016-01-03 17:24 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 arch/arm/cpu/armv7/omap-common/utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/cpu/armv7/omap-common/utils.c b/arch/arm/cpu/armv7/omap-common/utils.c
index 602d993..52ea734 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", die_id[0], die_id[1], die_id[2],
-		die_id[3]);
+	printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[0], die_id[1],
+		die_id[2], die_id[3]);
 }
-- 
2.1.4

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 17:24 [U-Boot] [PATCH] armv7: Add missing newline after OMAP die ID Ladislav Michl
2016-01-04 22:12 ` Enric Balletbo Serra
2016-01-20 21:01 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox