commit | 7b140238800533b334a160bf94c2901c98bc1550 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:41 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:11 2019 +0800 |
tree | 18bd16cf54c37a32e3415cf32bd8504b6b7ccfc8 | |
parent | 11b7cc37f15ae0f27987da5a037e6603e068f20c [diff] |
x86: mp_init: Use proper error numbers At present many of the functions in this file return -1 as an error number. which is -EPERM. Update the code to use real error numbers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>