commit | 68c1d01c09c214c36a9b583254844f82c416ee7d | [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 | 421e9547e882ad0e0394ff00e145e886227ab774 [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>