From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 89D32ECAAA2 for ; Sun, 28 Aug 2022 03:48:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6293E840E4; Sun, 28 Aug 2022 05:48:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Ll7HmTBD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 684C9848F6; Sun, 28 Aug 2022 05:48:41 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2EE2C83FF9 for ; Sun, 28 Aug 2022 05:48:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 07A0B60F16; Sun, 28 Aug 2022 03:48:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79D1BC433D7; Sun, 28 Aug 2022 03:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661658517; bh=/rQUA61TUe5rPEHS/L6QkOXWA/Ov0UtJ5rv3LrBNa6E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Ll7HmTBDw82aijgB4ebZvOhrA8DI0H6o7I6lsSdH8z6r0YZqxS6QEFSQ9kw2wbEqv 1Ht5Cd/viYcYKaeEU+Wkpd6b3myVAjoFNxjXuM4o28LAN8CvQ0e8yROVX72iR1F7xS ItLS5qBQwsIS/Byb7p6daFfHvgOf8P4b+0rgKVCPE96gQz0xWqd+NA0cb+9lPAYdMr eB3MwquBBYz9AXEK5+DBuyyee1Bk2EDa+TXkMu1x1X4jnAjRv4WxveNYA8rCLZlf9/ MIoURfLdKdDgrdDSeZ7sW+inuJsGSq6ZIa5thhiriybnUArNrj80TdM6FpGhH1Mp/e M21M5TMuoe7KA== Date: Sun, 28 Aug 2022 05:48:32 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Stefan Roese , u-boot@lists.denx.de Subject: Re: [PATCH] arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescue Message-ID: <20220828054832.3cc82020@thinkpad> In-Reply-To: <20220827184920.4313-1-pali@kernel.org> References: <20220827184920.4313-1-pali@kernel.org> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Sat, 27 Aug 2022 20:49:20 +0200 Pali Roh=C3=A1r wrote: > When rescue mode was activated reset also bootdelay env variable to its > default value. This will ensure that reset button works and starts rescue > mode also in the case when user changed bootdelay env variable to -1 (whi= ch > has meaning to not start autoboot). >=20 > Signed-off-by: Pali Roh=C3=A1r Reviewed-by: Marek Beh=C3=BAn