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

Stefan Roese sr at denx.de
Mon May 2 17:41:34 CEST 2022


On 06.04.22 11:39, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali at 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


More information about the U-Boot mailing list