Re: [U-Boot] [PATCH 1/3] strmhz(): Round numbers when printing clock frequencies

2008-10-21 Thread Wolfgang Denk
Dear Wolfgang Denk, In message [EMAIL PROTECTED] you wrote: Round clock frequencies for printing. Many boards printed off clock frequencies like 399 MHz instead of the exact 400 MHz because numberes were not rounded. This is fixed now. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] ---

[U-Boot] [PATCH 1/3] strmhz(): Round numbers when printing clock frequencies

2008-10-18 Thread Wolfgang Denk
Round clock frequencies for printing. Many boards printed off clock frequencies like 399 MHz instead of the exact 400 MHz because numberes were not rounded. This is fixed now. Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- include/common.h |5 +++-- lib_generic/strmhz.c |6