summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-03-11 19:39:55 +0200
committerSvyatoslav Ryhel <[email protected]>2025-03-11 19:43:09 +0200
commitf7b9a1311c0034e8f9db1221aff3a36b1d7591e1 (patch)
tree284bce5c2f21d3f2f4df6494df308774c55662a3
parenta0448e4f9de951577c0a980de1595e2d63b696e7 (diff)
configs: x3_t30: 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/x3_t30_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/x3_t30_defconfig b/configs/x3_t30_defconfig
index c8da5b4ce35..2d72a3bd56f 100644
--- a/configs/x3_t30_defconfig
+++ b/configs/x3_t30_defconfig
@@ -21,7 +21,7 @@ CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_KEYED_CTRLC=y
CONFIG_OF_BOARD_SETUP=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=2084
CONFIG_SPL_FOOTPRINT_LIMIT=y
CONFIG_SPL_MAX_FOOTPRINT=0x8000