Re: [U-Boot] [PATCH v2 29/38] x86: spl: Use hang() instead of a while() loop

2019-10-03 Thread Bin Meng
On Wed, Oct 2, 2019 at 10:07 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:13 PM Simon Glass wrote: > > > > Use the standard hang() function when booting fails since this implements > > the defined U-Boot behaviour for this situation. > > > > Signed-off-by: Simon Glass > > --- > > > > Change

Re: [U-Boot] [PATCH v2 29/38] x86: spl: Use hang() instead of a while() loop

2019-10-02 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:13 PM Simon Glass wrote: > > Use the standard hang() function when booting fails since this implements > the defined U-Boot behaviour for this situation. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/lib/spl.c | 3 +-- > arch/x86/lib/tpl.c |

[U-Boot] [PATCH v2 29/38] x86: spl: Use hang() instead of a while() loop

2019-09-25 Thread Simon Glass
Use the standard hang() function when booting fails since this implements the defined U-Boot behaviour for this situation. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/lib/spl.c | 3 +-- arch/x86/lib/tpl.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/a