diff options
| author | Gireesh Hiremath <[email protected]> | 2021-06-11 16:13:41 +0000 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-07-15 17:56:03 +0530 |
| commit | 25b36ab2604757871450d88fee1b4ec9bbe516cb (patch) | |
| tree | ac3e50aa74efa17641ebc225123a18740450ef09 | |
| parent | 195854287b02bb6eeed6c6978d3764fe40313b04 (diff) | |
configs: am335x_guardian: set boot delay
- set boot delay to zero, to increase boot speed
Signed-off-by: Gireesh Hiremath <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | configs/am335x_guardian_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index 200ed4983be..c072b7d812e 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -19,6 +19,7 @@ CONFIG_BOOTSTAGE_STASH_ADDR=0x0 CONFIG_ENV_OFFSET_REDUND=0x540000 CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_DISTRO_DEFAULTS=y +CONFIG_BOOTDELAY=0 CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n" CONFIG_AUTOBOOT_DELAY_STR="d" |
