]> git.sur5r.net Git - u-boot/commit
x86: Drop leading spaces in cpu_x86_get_desc()
authorSimon Glass <sjg@chromium.org>
Sun, 19 Mar 2017 18:59:20 +0000 (12:59 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 18 Apr 2017 07:51:21 +0000 (15:51 +0800)
commita6eb6769c6baa28d7cfaf04ebab0e9fa5b5b834f
treecffe02bf782c1db2defd11d76b1f32e6bdc35085
parentf6c1df44b815a08585e7fd3805a1db51a5955d09
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>
arch/x86/cpu/cpu_x86.c