diff options
author | Pali Rohár | 2022-04-06 11:39:32 +0200 |
---|---|---|
committer | Stefan Roese | 2022-05-02 07:29:55 +0200 |
commit | 1ae8a5fb6a59c3712f1e3adf25989ac23c9ec1bc (patch) | |
tree | 41096b85920fd707860a1edabd221d121a7afd50 /board/CZ.NIC | |
parent | 73c7db73e8f1a1e6ea59f0e5bdd8e825792eb41c (diff) |
arm: mvebu: turris_omnia: Fix RESET button message
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Diffstat (limited to 'board/CZ.NIC')
-rw-r--r-- | board/CZ.NIC/turris_omnia/turris_omnia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/CZ.NIC/turris_omnia/turris_omnia.c b/board/CZ.NIC/turris_omnia/turris_omnia.c index e768e6e5322..aa05e4aad59 100644 --- a/board/CZ.NIC/turris_omnia/turris_omnia.c +++ b/board/CZ.NIC/turris_omnia/turris_omnia.c @@ -481,7 +481,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 |