mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
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> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
d90c7ac7a9
commit
da70f766dd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ int fsl_setenv_chain_of_trust(void)
|
||||||
* bootdelay = 0 (To disable Boot Prompt)
|
* bootdelay = 0 (To disable Boot Prompt)
|
||||||
* bootcmd = CONFIG_CHAIN_BOOT_CMD (Validate and execute Boot script)
|
* bootcmd = CONFIG_CHAIN_BOOT_CMD (Validate and execute Boot script)
|
||||||
*/
|
*/
|
||||||
env_set("bootdelay", "0");
|
env_set("bootdelay", "-2");
|
||||||
|
|
||||||
#ifdef CONFIG_ARM
|
#ifdef CONFIG_ARM
|
||||||
env_set("secureboot", "y");
|
env_set("secureboot", "y");
|
||||||
|
|
Loading…
Add table
Reference in a new issue