mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +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 */
|
/* 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue