[U-Boot] [PATCH 1/1] board/freescale/common: secure_boot: Set bootdelay to -2.

Uboot prompt must not be available while running secure boot. TO ensure this bootdelay must be set to -2.
Signed-off-by: Udit Agarwal udit.agarwal@nxp.com --- board/freescale/common/fsl_chain_of_trust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/common/fsl_chain_of_trust.c b/board/freescale/common/fsl_chain_of_trust.c index 97376c4165..dddfd26a13 100644 --- a/board/freescale/common/fsl_chain_of_trust.c +++ b/board/freescale/common/fsl_chain_of_trust.c @@ -79,7 +79,7 @@ int fsl_setenv_chain_of_trust(void) * bootdelay = 0 (To disable Boot Prompt) * bootcmd = CONFIG_CHAIN_BOOT_CMD (Validate and execute Boot script) */ - env_set("bootdelay", "0"); + env_set("bootdelay", "-2");
#ifdef CONFIG_ARM env_set("secureboot", "y");

-----Original Message----- From: Udit Agarwal Sent: Tuesday, June 11, 2019 3:08 PM To: u-boot@lists.denx.de Cc: Ruchika Gupta ruchika.gupta@nxp.com; Arun Pathak arun.pathak@nxp.com; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Jagdish Gediya jagdish.gediya@nxp.com; Udit Agarwal udit.agarwal@nxp.com Subject: [PATCH 1/1] board/freescale/common: secure_boot: Set bootdelay to - 2.
Uboot prompt must not be available while running secure boot. TO ensure this bootdelay must be set to -2.
Signed-off-by: Udit Agarwal udit.agarwal@nxp.com
This patch has been applied to fsl-qoriq master, awaiting upstream.
--pk
participants (2)
-
Prabhakar Kushwaha
-
Udit Agarwal