commit | 543bb148f421effda1be65ddbd74eea852886488 | [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 | 2e733b1ecd863da0d47134fd3d68e27cd3df001a [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>