mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
73c7db73e8
commit
1ae8a5fb6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue