Re: [U-Boot] [PATCH 067/126] x86: Panic when SPL or TPL fail

2019-10-10 Thread Bin Meng
On Wed, Oct 9, 2019 at 10:02 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present when these fail to boot there is no message, just a hang. Add a > > panic so it is obvious that something when wrong. > > > > Signed-off-by: Simon Glass > > --- > > > >

Re: [U-Boot] [PATCH 067/126] x86: Panic when SPL or TPL fail

2019-10-09 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present when these fail to boot there is no message, just a hang. Add a > panic so it is obvious that something when wrong. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/spl.c | 2 +- > arch/x86/lib/tpl.c | 2 +- > 2 files

[U-Boot] [PATCH 067/126] x86: Panic when SPL or TPL fail

2019-09-25 Thread Simon Glass
At present when these fail to boot there is no message, just a hang. Add a panic so it is obvious that something when wrong. Signed-off-by: Simon Glass --- arch/x86/lib/spl.c | 2 +- arch/x86/lib/tpl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/lib/spl.c