]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0e09a1ffb7643b3fc486caf1cc18d6f64aea4415
tree3fca8d49196229aa9f8584bbe2fb778409170646
parentb9f94ee357eb1d649893060f31f331e78a2a9d2e
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