Re: [PATCH v2 06/16] x86: zimage: Disable interrupts just before booting

2020-09-01 Thread Bin Meng
On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > At present if an error occurs while setting up the boot, interrupts are > left disabled. Move this call later in the sequence to avoid this problem. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no changes since v

[PATCH v2 06/16] x86: zimage: Disable interrupts just before booting

2020-08-29 Thread Simon Glass
At present if an error occurs while setting up the boot, interrupts are left disabled. Move this call later in the sequence to avoid this problem. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/lib/zimage.c | 2 +- 1 file changed, 1 insertion(+), 1