RE: [PATCH] configs: socfpga: add kernel parameter for immediate reboot

2020-08-06 Thread Tan, Ley Foon
Lim, Elly Siew > Chin ; See, Chin Liang > ; Nguyen, Dinh > Subject: [PATCH] configs: socfpga: add kernel parameter for immediate > reboot > > From: Joyce Ooi > > Add Linux kernel line parameters for socfpga soc64 U-Boot. The "panic=-1" > indicates the

[PATCH] configs: socfpga: add kernel parameter for immediate reboot

2020-08-06 Thread Ooi, Joyce
From: Joyce Ooi Add Linux kernel line parameters for socfpga soc64 U-Boot. The "panic=-1" indicates the reset should occue immediately (without a delay). Signed-off-by: Joyce Ooi --- include/configs/socfpga_soc64_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incl