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>
This commit is contained in:
Pali Rohár 2022-04-06 11:39:32 +02:00 committed by Stefan Roese
parent 73c7db73e8
commit 1ae8a5fb6a

View file

@ -481,7 +481,7 @@ static void handle_reset_button(void)
/* Ensure bootcmd_rescue is used by distroboot */ /* Ensure bootcmd_rescue is used by distroboot */
env_set("boot_targets", "rescue"); env_set("boot_targets", "rescue");
printf("RESET button was pressed, overwriting bootcmd!\n"); printf("RESET button was pressed, overwriting boot_targets!\n");
} else { } else {
/* /*
* In case the user somehow managed to save environment with * In case the user somehow managed to save environment with