[U-Boot] [PATCH v1 1/1] lib/display_options: Fix print_freq

Simon Glass sjg at chromium.org
Sat Aug 22 02:36:09 CEST 2015


Hi,

On 18 August 2015 at 10:25, Suriyan Ramasami <suriyan.r at gmail.com> wrote:
> 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 at gmail.com>
> ---
>  lib/display_options.c | 6 ------
>  1 file changed, 6 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>

That's strange. Your patch looks correct to me.

Regards,
Simon


More information about the U-Boot mailing list