public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/mpc8xxx: reword max tCKmin message
@ 2011-05-03  1:51 York Sun
  2011-05-03  3:19 ` Tabi Timur-B04825
  0 siblings, 1 reply; 6+ messages in thread
From: York Sun @ 2011-05-03  1:51 UTC (permalink / raw)
  To: u-boot

Reword "The DIMM max tCKmin is" to "The combined tCKmin is". It means the max
tCKmin across all DIMMs on the same controller.

Signed-off-by: York Sun <yorksun@freescale.com>
---
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c b/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
index 00f3d6c..f6c1302 100644
--- a/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
+++ b/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
@@ -38,7 +38,7 @@ compute_cas_latency_ddr3(const dimm_params_t *dimm_params,
 	}
 	/* validate if the memory clk is in the range of dimms */
 	if (mclk_ps < tCKmin_X_ps) {
-		printf("The DIMM max tCKmin is %d ps,"
+		printf("The combined minimum tCKmin is %d ps,"
 			"doesn't support the MCLK cycle %d ps\n",
 			tCKmin_X_ps, mclk_ps);
 		return 1;
-- 
1.7.0.4

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

end of thread, other threads:[~2011-05-05 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  1:51 [U-Boot] [PATCH] powerpc/mpc8xxx: reword max tCKmin message York Sun
2011-05-03  3:19 ` Tabi Timur-B04825
2011-05-03  3:40   ` York Sun
2011-05-05 14:09     ` Kumar Gala
2011-05-05 15:04       ` Timur Tabi
2011-05-05 22:45         ` York Sun

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