]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1236c638cc94c32737edc8e100864a8256baeb6d
treeebfdbb0148b693c0d833dfab04f1470218bf0f2f
parent17d9e2305953a1e652377eae2c171b574bde0e14
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