[PATCH 1/5] arm: mvebu: turris_omnia: Fix RESET button message
Pali Rohár
pali at kernel.org
Wed Apr 6 11:39:32 CEST 2022
Signed-off-by: Pali Rohár <pali at kernel.org>
---
board/CZ.NIC/turris_omnia/turris_omnia.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/CZ.NIC/turris_omnia/turris_omnia.c b/board/CZ.NIC/turris_omnia/turris_omnia.c
index 83cfc80d1930..97292456f148 100644
--- a/board/CZ.NIC/turris_omnia/turris_omnia.c
+++ b/board/CZ.NIC/turris_omnia/turris_omnia.c
@@ -488,7 +488,7 @@ static void handle_reset_button(void)
/* Ensure bootcmd_rescue is used by distroboot */
env_set("boot_targets", "rescue");
- printf("RESET button was pressed, overwriting bootcmd!\n");
+ printf("RESET button was pressed, overwriting boot_targets!\n");
} else {
/*
* In case the user somehow managed to save environment with
--
2.20.1
More information about the U-Boot
mailing list