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

2015-08-25 Thread Joe Hershberger
On Tue, Aug 25, 2015 at 12:59 AM, Suriyan Ramasami wrote: > Build without CONFIG_SPL_SERIAL_SUPPORT does not print the cpu freq. > Booting an odroid U3 board, one sees this: > CPU: Exynos4412 @ GHz > instead of: > CPU: Exynos4412 @ 1 GHz > > This change was done to get rid of compiler warnings

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

2015-08-25 Thread Heiko Schocher
Hello Suriyan, Am 25.08.2015 um 07:59 schrieb Suriyan Ramasami: Build without CONFIG_SPL_SERIAL_SUPPORT does not print the cpu freq. Booting an odroid U3 board, one sees this: CPU: Exynos4412 @ GHz instead of: CPU: Exynos4412 @ 1 GHz This change was done to get rid of compiler warnings rela

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

2015-08-24 Thread Suriyan Ramasami
Build without CONFIG_SPL_SERIAL_SUPPORT does not print the cpu freq. Booting an odroid U3 board, one sees this: CPU: Exynos4412 @ GHz instead of: CPU: Exynos4412 @ 1 GHz This change was done to get rid of compiler warnings related to the unused variable 'n' when CONFIG_SPL_SERIAL_SUPPORT is no