diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-03-11 19:39:27 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-03-11 19:43:09 +0200 |
| commit | a0448e4f9de951577c0a980de1595e2d63b696e7 (patch) | |
| tree | c020c6d3a1da6127e7b90bbdbdbf4de5f4ea1e38 | |
| parent | c9768e1899ddbf17c6803e5042b4df7ac5e6ef65 (diff) | |
configs: picasso: add 3 second delay before power off
Introduce a 3-second delay and an informational message during boot to
enhance user experience.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
| -rw-r--r-- | configs/picasso_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/picasso_defconfig b/configs/picasso_defconfig index 994951bb81e..a9b7f91b735 100644 --- a/configs/picasso_defconfig +++ b/configs/picasso_defconfig @@ -21,7 +21,7 @@ CONFIG_BOOTDELAY=0 CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_KEYED_CTRLC=y CONFIG_OF_SYSTEM_SETUP=y -CONFIG_BOOTCOMMAND="bootflow scan; poweroff" +CONFIG_BOOTCOMMAND="bootflow scan; echo 'Boot configuration not found... Power off in 3 sec'; sleep 3; poweroff" CONFIG_SYS_PBSIZE=2085 CONFIG_SPL_FOOTPRINT_LIMIT=y CONFIG_SPL_MAX_FOOTPRINT=0x8000 |
