lib: print_freq() should output kHz not KHz
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 8 Oct 2020 20:23:23 +0000 (22:23 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 13:54:54 +0000 (09:54 -0400)
commitdcf16721c1df2a97b7836677d704e49d6cdf455f
treeebfdbb0148b693c0d833dfab04f1470218bf0f2f
parentcfec8d36cebb8668c02ec2ff6aafa79ee382ce3c
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>
include/display_options.h
lib/display_options.c