summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThor Thayer <thor.thayer@linux.intel.com>2019-07-30 16:54:33 -0500
committerThor Thayer <thor.thayer@linux.intel.com>2019-07-30 16:54:33 -0500
commita2cf064e6c87683173aebda9399f6bd9a5ea3a8c (patch)
treefe2bdcb98a326407eb9871b1d288073f24b83611
parentfec8032ba038f8116d6ab8c5695752f7f226c661 (diff)
downloadu-boot-socfpga-a2cf064e6c87683173aebda9399f6bd9a5ea3a8c.tar.gz
HSD #1806784746-3: S10: Add kernel parameter for immediate rebootrel_socfpga_v2017.09_19.08.02_pr
Add Linux kernel line parameters for Stratix10 U-Boot. The "panic=-1" indicates the reset should occur immediately (without a delay) Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> --- v2,3 No change
-rw-r--r--include/configs/socfpga_stratix10_socdk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h
index 0c8cdb3998..1789d1eb04 100644
--- a/include/configs/socfpga_stratix10_socdk.h
+++ b/include/configs/socfpga_stratix10_socdk.h
@@ -116,7 +116,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
* CONFIG_BOOTARGS goes into the environment value "bootargs".
* Do note the value will overide also the chosen node in FDT blob.
*/
-#define CONFIG_BOOTARGS "earlycon"
+#define CONFIG_BOOTARGS "earlycon panic=-1"
#define CONFIG_BOOTCOMMAND "run fatscript; run mmcload;run linux_qspi_enable;" \
"rsu dtb; run mmcboot"