commit | 727c1a987147bb55ff41ab62f7e01293a38910b8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 10 18:00:26 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:24:12 2014 +0100 |
tree | d859d062dc842c60c2c941fe38d6467a3319f1d1 | |
parent | 003504b6fe2296f581191b77fd2f1e98c4f4720c [diff] |
x86: Replace fill_processor_name() with cpu_get_name() This implementation has a 'cpu' prefix and returns a pointer to the string, avoiding the need for copying. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>