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 D623CC433EF for ; Mon, 23 May 2022 04:34:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D076183F01; Mon, 23 May 2022 06:34:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1653280460; bh=2uoOrXWp1fM/BvbPp4J51AHIarMRRfdD4C9V/DjtuIA=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Reply-To:From; b=PJ1RM3s7fdFQWyZNv5KwQS2Tjj+sNf3oHDbNUBIfzeieckUtyUJfIdWoNPd/nQwPK iQFl3yNS21Xr8PRGTL2VX28sDDoXHnynsZmMLCAlDhJzQVFFxI9mr7ButJw8PScmzK Vuyt3sg4sLJOA9g9AN4xGEhn3hx3waRTXAHcZdpQrhuxGfnzTviMEMJFkf7fm+5NHP U8NwUq1YgFRVriKPWChY5vbf0uypd4ZPk3XJJ1TvdGFpmFXr5eqW2hK7HuVPskg/22 5XuwR9yN0br+OrktMbpVRYTeIObGhhO9WOmHP08QXMivlyq8g1Yj6tkoVd+bMImDhP fuYMr+akS+aNA== Received: from [192.168.1.107] (87-97-105-216.pool.digikabel.hu [87.97.105.216]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: hs@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 5406083EDC; Mon, 23 May 2022 06:34:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1653280457; bh=2uoOrXWp1fM/BvbPp4J51AHIarMRRfdD4C9V/DjtuIA=; h=Reply-To:Subject:To:Cc:References:From:Date:In-Reply-To:From; b=c2h9eG65zJi+6mH8yeeYz0Fqi8K/fW2cEljyaWwse8NUdQEvEedYmn1ENaHQXYPIx QKHG1VdHfu0wyUzS9xgajQKVoyKNMrAgq165rxQMN99JMM5DYRcmk/DbaylCw6XbU7 MixMed6/wVkUyEbnE75Cqc92ZAV02/0XhNYijCPT5yR9p0rNQOoqFRmYSld9lodlVB JzwyiBOcLWot692//y6CbHg3Panb312y68jz1MkneALuCkPWaDTFDSXRChwfe/r3A/ aOc3/w5H/A5Th/OTdNOYBCKI1xrWWRq5c38duh6vAbLf7Zd7AykuJiQSvzApaTdmk6 QwkGC/6uagCOw== Subject: Re: [PATCH V2] include/configs: Remove rootwait=1 to all the affected boards To: Michael Trimarchi , Yegor Yefremov , Marcin Niestroj , Ariel D'Alessandro , Chris Packham , Wolfgang Denk , Stefan Roese , Rick Chen , Simon Glass , Lokesh Vutla , open list Cc: linux-amarula@amarulasolutions.com References: <20220522132209.100309-1-michael@amarulasolutions.com> From: Heiko Schocher Message-ID: <5ab512a2-3d78-8762-46d0-afda1d6899d7@denx.de> Date: Mon, 23 May 2022 06:34:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220522132209.100309-1-michael@amarulasolutions.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , Reply-To: hs@denx.de Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hello Michael, On 22.05.22 15:22, Michael Trimarchi wrote: > rootwait=1 is not a valid kernel boot parameters. According > to the documenation is only rootwait > > rootwait [KNL] Wait (indefinitely) for root device to show up. > Useful for devices that are detected asynchronously > (e.g. USB and MMC devices). > > Fix: > Unknown kernel command line parameters "rootwait=1", will be passed to user space. > > Signed-off-by: Michael Trimarchi > --- > Changes V1->V2: > - Add ti/nand.h > --- > include/configs/am335x_evm.h | 2 +- > include/configs/am43xx_evm.h | 2 +- > include/configs/baltos.h | 2 +- > include/configs/chiliboard.h | 2 +- > include/configs/etamin.h | 2 +- > include/configs/imx8mn_bsh_smm_s2.h | 2 +- > include/configs/siemens-am33x-common.h | 4 ++-- > include/configs/ti_armv7_keystone2.h | 2 +- > include/environment/ti/nand.h | 2 +- > 9 files changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs@denx.de