commit | dcf16721c1df2a97b7836677d704e49d6cdf455f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 08 22:23:23 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 09:54:54 2020 -0400 |
tree | ebfdbb0148b693c0d833dfab04f1470218bf0f2f | |
parent | cfec8d36cebb8668c02ec2ff6aafa79ee382ce3c [diff] |
lib: print_freq() should output kHz not KHz In the International System of Units (SI) the prefix kilo is abbreviated as 'k' not 'K'. 'K' is the symbol for Kelvin. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Stefan Roese <sr@denx.de>