[U-Boot] [PATCH] powerpc/mpc8xxx: reword max tCKmin message
York Sun
yorksun at freescale.com
Tue May 3 03:51:49 CEST 2011
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 at 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
More information about the U-Boot
mailing list