Drop the static inline print_cpuinfo()
authorSimon Glass <sjg@chromium.org>
Mon, 23 Jan 2017 20:31:25 +0000 (13:31 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 25 Jan 2017 22:38:43 +0000 (17:38 -0500)
commitcc664000c2b8a6e33a67e2ff06dfa8d97e6c5f79
tree3fca8d49196229aa9f8584bbe2fb778409170646
parent37b499c43fbf91b65520d7e2bd7bb998c7ba38e2
Drop the static inline print_cpuinfo()

This is only called from one place and the function cannot be inlined.
Convert it to a normal function.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c
include/common.h