Re: [PATCH v2 3/4] x86: spl: Print the error on SPL failure

2020-05-28 Thread Bin Meng
On Thu, May 28, 2020 at 3:36 PM Bin Meng wrote: > > On Wed, May 27, 2020 at 8:58 PM Simon Glass 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

Re: [PATCH v2 3/4] x86: spl: Print the error on SPL failure

2020-05-28 Thread Bin Meng
On Wed, May 27, 2020 at 8:58 PM Simon Glass 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 > --- > > Changes in v2: None > > arch/x86/lib/spl.c | 4

[PATCH v2 3/4] x86: spl: Print the error on SPL failure

2020-05-27 Thread Simon Glass
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 --- Changes in v2: None arch/x86/lib/spl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git