commit | cc664000c2b8a6e33a67e2ff06dfa8d97e6c5f79 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 23 13:31:25 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 25 17:38:43 2017 -0500 |
tree | 3fca8d49196229aa9f8584bbe2fb778409170646 | |
parent | 37b499c43fbf91b65520d7e2bd7bb998c7ba38e2 [diff] |
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>