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 E1C3BC43334 for ; Tue, 7 Jun 2022 16:50:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6E097843D8; Tue, 7 Jun 2022 18:48:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="nrVT7DOl"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AC9CE843D7; Tue, 7 Jun 2022 18:48:00 +0200 (CEST) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 93179843D1 for ; Tue, 7 Jun 2022 18:47:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82d.google.com with SMTP id x7so13056407qta.6 for ; Tue, 07 Jun 2022 09:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=8fim3ChO1HtnXyYcSMFnl4N/Nr8ouziqC3FpGoAEnC0=; b=nrVT7DOlOWkUZK8CVtK5oHJ3zde6wFnA6hbsKIDaIzhYGYctNSk6bCW1UfSY7FipR8 sRJQ9eF+QHJ/sjaRH5tYc+DzcIgsGms4YC6wtsl8DfB9tcqv3Ikb82WIJ9i+/s6sS/+f 6DxWMDWJC/FwoIwu+27Ch0JbxFn8emSKPBYPA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8fim3ChO1HtnXyYcSMFnl4N/Nr8ouziqC3FpGoAEnC0=; b=Wr918etPuloAaJQc5qKdSLrxKPMRb/JZTRQlqnvf2bmFPJJmDo9jRPG0Q8aMtuFaLu Ecm9ALyEnH3YO0Nq1IGxHw7ABGsZPKfFWYWy9yq//WKy68HAVN3ELJyhY3/aup75l94m Pi+0CKRiONAeWRgF/kRJa9kbWPBkjMh8szAG3kdgyMwX9VjNTNkubTZAq2vFv3WviYyQ DfcxbMKogO9X4ypjMfvN4+F18y2VMV1bT38PDi8grF2ov/3bdrJHzmO0+Ac7LrdkOUbb W8BIx8o4z24VvTqmQaIr+0chPkj/BGyY92rUxDtWWiqY/sUHcvti0d5Guh4bS5IHrOqo o2rQ== X-Gm-Message-State: AOAM531zcEaVtn5LZBAvA1dG8fD1WtZLbBWpYRH/3UiM/13iiiV3URBw KpNCn/SzyG2awFq7GDWkB1P7uQ== X-Google-Smtp-Source: ABdhPJx/gLVOmu5WeYYi9TaGPvX/32vyKpVQLuUseSv9U9VjggEh1FF9OdYxpHhGK32HWHhqtm9dpQ== X-Received: by 2002:a05:622a:610:b0:302:eca8:6376 with SMTP id z16-20020a05622a061000b00302eca86376mr22982435qta.18.1654620473328; Tue, 07 Jun 2022 09:47:53 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id x16-20020ac87010000000b00304e33f21f7sm8421842qtm.68.2022.06.07.09.47.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jun 2022 09:47:52 -0700 (PDT) Date: Tue, 7 Jun 2022 12:47:50 -0400 From: Tom Rini To: Michael Trimarchi Cc: Yegor Yefremov , Marcin Niestroj , Ariel D'Alessandro , Chris Packham , Wolfgang Denk , Stefan Roese , Rick Chen , Heiko Schocher , Simon Glass , Lokesh Vutla , open list , linux-amarula@amarulasolutions.com Subject: Re: [PATCH V2] include/configs: Remove rootwait=1 to all the affected boards Message-ID: <20220607164750.GV2484912@bill-the-cat> References: <20220522132209.100309-1-michael@amarulasolutions.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+k4Drb7WGefOwc9B" Content-Disposition: inline In-Reply-To: <20220522132209.100309-1-michael@amarulasolutions.com> X-Clacks-Overhead: GNU Terry Pratchett 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.5 at phobos.denx.de X-Virus-Status: Clean --+k4Drb7WGefOwc9B Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 22, 2022 at 03:22:08PM +0200, Michael Trimarchi wrote: > rootwait=3D1 is not a valid kernel boot parameters. According > to the documenation is only rootwait >=20 > rootwait [KNL] Wait (indefinitely) for root device to show up. > Useful for devices that are detected asynchronously > (e.g. USB and MMC devices). >=20 > Fix: > Unknown kernel command line parameters "rootwait=3D1", will be passed to = user space. >=20 > Signed-off-by: Michael Trimarchi > Reviewed-by: Heiko Schocher Applied to u-boot/next, thanks! --=20 Tom --+k4Drb7WGefOwc9B Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmKfgTYACgkQFHw5/5Y0 tyzfmwv/Sf8NRKsJVCfc3jlr+70wsfj56upxmmKUw6X3jzPoUOa0577nVoCw96hd +K01FCEBnuv3NyQLlsDFiV2Cl99yILDDNQMMd6TwJ6CMPvfk6aky5/CGl+lQTShf C+E9v4bzDEhR2ZGyuqDgTfpR13FxfoqIYmI/dj26jLExz0QzZRwkBDJVZxz69fIj P1N/rGPWMJvKOwxqGzcCqxPJQ727Smjl6ngBdHKHsRrtQhpo/djgyldegfTjKiAd 6X2xTkM70VCmVXPsxuk8QHo4gEZ69mqDWJa21m6zxQ0Tuq71DiuawnoOgSJDarLN pGjqpsh8R6M9c9nvPbe4BDSgzI9cbyi6ljcas1QBFhBo7pIJCrZz7DYJQnmXRmvE InMkpbJBC04Wxujb0TD7X15om7TjFeszAavjXwxbPEy/1ghW26OxJi2MIvZZoozx EcwjUivFjiSRh/Jjs3akcfEJns4xEt58xWueCMh2nv7MGYP14cp0OqnHEy9iaOk7 f5opzjex =WXzB -----END PGP SIGNATURE----- --+k4Drb7WGefOwc9B--