Home
last modified time | relevance | path

Searched hist:e9015b304ad2a39a03f2684dadeabef474b7addb (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Ddisplay_options.ce9015b304ad2a39a03f2684dadeabef474b7addb Tue Aug 18 16:25:33 UTC 2015 Suriyan Ramasami <suriyan.r@gmail.com> lib/display_options: Fix print_freq

Build without CONFIG_SPL_SERIAL_SUPPORT does not print the cpu freq.
I have seen this in the odroid U3 board, where on boot one sees this:
CPU: Exynos4412 @ GHz
instead of:
CPU: Exynos4412 @ 1 GHz

I am assuming that this change was done to get rid of compiler
warnings related to unused variables when building with
CONFIG_SPL_SERIAL_SUPPORT not being defined in an SPL build.

Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>