commit | 0bd50cddcab35d94b0d40d70384ad09c4e4e2dfc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 19 12:59:20 2017 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Apr 18 15:51:21 2017 +0800 |
tree | cffe02bf782c1db2defd11d76b1f32e6bdc35085 | |
parent | 31ade57186c303c52b65a02b70e7f686809205f8 [diff] |
x86: Drop leading spaces in cpu_x86_get_desc() The Intel CPU name can have leading spaces. Remove them since they are not useful. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>