All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] lx2160: Correct serdes frequency print.
@ 2019-09-04 11:09 Meenakshi Aggarwal
       [not found] ` <VI1PR0402MB3854B29C74E05C6139C79763978C0@VI1PR0402MB3854.eurprd04.prod.outlook.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Meenakshi Aggarwal @ 2019-09-04 11:09 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>

---
changed for v2:
	- corrected typo in commit message.
---
 board/freescale/lx2160a/lx2160a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c
index 8140f3e..eff5d9f 100644
--- a/board/freescale/lx2160a/lx2160a.c
+++ b/board/freescale/lx2160a/lx2160a.c
@@ -372,7 +372,7 @@ int checkboard(void)
 
 	puts("SERDES1 Reference: Clock1 = 161.13MHz Clock2 = 161.13MHz\n");
 	puts("SERDES2 Reference: Clock1 = 100MHz Clock2 = 100MHz\n");
-	puts("SERDES3 Reference: Clock1 = 100MHz Clock2 = 100Hz\n");
+	puts("SERDES3 Reference: Clock1 = 100MHz Clock2 = 100MHz\n");
 #endif
 	return 0;
 }
-- 
1.9.1

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

end of thread, other threads:[~2019-09-16  6:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 11:09 [U-Boot] [PATCH] lx2160: Correct serdes frequency print Meenakshi Aggarwal
     [not found] ` <VI1PR0402MB3854B29C74E05C6139C79763978C0@VI1PR0402MB3854.eurprd04.prod.outlook.com>
2019-09-16  6:00   ` Priyanka Jain

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.