diff mbox series

[1/5] arm: mvebu: turris_omnia: Fix RESET button message

Message ID 20220406093936.8854-1-pali@kernel.org
State Accepted
Commit 1ae8a5fb6a59c3712f1e3adf25989ac23c9ec1bc
Delegated to: Stefan Roese
Headers show
Series [1/5] arm: mvebu: turris_omnia: Fix RESET button message | expand

Commit Message

Pali Rohár April 6, 2022, 9:39 a.m. UTC
Signed-off-by: Pali Rohár <pali@kernel.org>
---
 board/CZ.NIC/turris_omnia/turris_omnia.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Behún April 6, 2022, 7:23 p.m. UTC | #1
On Wed,  6 Apr 2022 11:39:32 +0200
Pali Rohár <pali@kernel.org> wrote:

> Signed-off-by: Pali Rohár <pali@kernel.org>

nitpick: if you don't have anything to say in commit message, don't
leave it empty. At least copy the commit title.

Reviewed-by: Marek Behún <marek.behun@nic.cz>
Stefan Roese May 2, 2022, 3:41 p.m. UTC | #2
On 06.04.22 11:39, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali@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

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

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