
28 May
2020
28 May
'20
9:44 a.m.
On Thu, May 28, 2020 at 3:36 PM Bin Meng bmeng.cn@gmail.com wrote:
On Wed, May 27, 2020 at 8:58 PM Simon Glass sjg@chromium.org wrote:
The error code is often useful to figure out what is going on. Printing it does not increase code size much, so print out the error and then hang.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/lib/spl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!