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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D35BC433F5 for ; Thu, 28 Oct 2021 16:43:28 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D4B1A610CF for ; Thu, 28 Oct 2021 16:43:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D4B1A610CF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E940B83480; Thu, 28 Oct 2021 18:43:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="LS/iFw6L"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1511583480; Thu, 28 Oct 2021 18:43:24 +0200 (CEST) Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) (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 94009832C6 for ; Thu, 28 Oct 2021 18:43:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf30.google.com with SMTP id g25so3449337qvf.13 for ; Thu, 28 Oct 2021 09:43:20 -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=/6k2O30cbSMflBSw4pr7+YYgzvmk9X+R+mfOTwbOezc=; b=LS/iFw6L/D5uKAFMoZ7JP9FXH/kYax8W2JNE2eTCPtspyqlsdAkiOUj6KB6rTSHY9F nkvFuu3MtMphVN6qvCGGB+RR6yJP78y/XPXjfHKdO6L9RPMuJC2lWtVj/527E71bAbnQ rlf/7MxSw9r23999unKv/O62S4KSC7fVlOo2Y= 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=/6k2O30cbSMflBSw4pr7+YYgzvmk9X+R+mfOTwbOezc=; b=NxdAu8MGCNRYS9IQ6CSmPoD6mUU1cMiA+NMdA9zj84MRK/SswcS+qBWpLiYNjRfhxD f4vzvfQ2uecpa7rZkLDNAIYcYkYHWNbXM5K25PykoKnao3YYaYdmqnr6pzzf2S02ADzK VXsCR87jwIvV+6WEACGsMjfa0SajVnHAYTAqJDXz6a45MPT9TKZufK+jvNwbZ8tpwJVU VqFpw2exHP8yg+xVOfLnDphhaTn4Qiw/wkc2ngMb5thov5o7zXOFPjseqA2QinOdqMjh 4gBbhCZ20oaBPFuZgX9iB2p2AWhrd5+9kkmEaGgQoMdb+Iz4UNrJ43yg4nqV/aB3De5y 1z2Q== X-Gm-Message-State: AOAM532S9Lk0dqyIdTV9hLA9s8tYcdNNxzuv2ZNKZXFdNiO9Px5xZcL3 v4WMwUSWEvn4vrJhrn1P9IM75w== X-Google-Smtp-Source: ABdhPJwBuj1GnwrqvJEYlSpr0OkipFokS9OtmSR6lAVzXR5oEEjmb3EBhUAna57Pwk8wHfZCdHKhdw== X-Received: by 2002:a05:6214:1c8a:: with SMTP id ib10mr5630938qvb.46.1635439399313; Thu, 28 Oct 2021 09:43:19 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-015b-1704-43dd-8832.res6.spectrum.com. [2603:6081:7b01:cbda:15b:1704:43dd:8832]) by smtp.gmail.com with ESMTPSA id x15sm2351210qkp.113.2021.10.28.09.43.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Oct 2021 09:43:18 -0700 (PDT) Date: Thu, 28 Oct 2021 12:43:16 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Michal Simek , Heinrich Schuchardt , Ilias Apalodimas , Daniel Schwierzeck , Steffen Jaeckel , Marek =?iso-8859-1?Q?Beh=FAn?= , Lukas Auer , Dennis Gilmore Subject: Re: [PATCH v2 41/41] RFC: Switch rpi over to use bootstd Message-ID: <20211028164316.GB8284@bill-the-cat> References: <20211023232635.9195-1-sjg@chromium.org> <20211023232635.9195-29-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8SFaB7V4ymMc+XRs" Content-Disposition: inline In-Reply-To: <20211023232635.9195-29-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --8SFaB7V4ymMc+XRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote: > Switch this over, for testing purposes. >=20 > Signed-off-by: Simon Glass [snip] > #define CONFIG_EXTRA_ENV_SETTINGS \ > "dhcpuboot=3Dusb start; dhcp u-boot.uimg; bootm\0" \ > + "boot_targets=3Dmmc0 mmc1 usb0 pxe dhcp\0" \ So, based on this patch I went "oh, so we can still easily control the device order, per board and also for users to tweak". Then I looked for where boot_targets was used, saw it wasn't and looked over the documentation patch previous to this. That's not looking easier to configure than what we have now either. --=20 Tom --8SFaB7V4ymMc+XRs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmF60yAACgkQFHw5/5Y0 tyzJ5QwAgXL69W+H8CAfOSZhH4+9iK0PYe5VB0ZCpkOccZLlhGfZh2GCS8m07Aeb 0f0c2Yn4HMLGMEMCvBEmB9hKnIipXPQlYLEvEs1jougToYpZyoxL/D2ACMFuXVGw mgofYLkr8KWYag2YkHgqmOT7OBYwxgRyXZtZNe3odHdUk8G3O3Ss0zrEBm3mWjHq Jd0cupfRVMeFqyENxvqJtoPHJ4QG3/leArHmAU4MzTykrHyTHHg8V1M70IscAqmC HlZxxnZLZN5KpDQ6IaF0Fgrem1o3fs4IJUTZNNB2DKRjWOf/ecgzm993/GaiTlOq 9w4Tl7G5PYM+WxnI/meBlLNh8qUFfnOde4KpFakzSFJe9o+nWxMQLJ/RV0d4Xnhx FagS90LsMTxWpr9O4WOD6FRnlC7zka7VRY/zS/LK9K/iOoGkMYDjBThyDPMbQSfQ tQ0EqM/wI17qWN6PqocOhOljdBN4x4J/8ZEvhjmAVjzVobgG72oNnOH3e7LdxsvZ 9hcWsRgQ =4nJZ -----END PGP SIGNATURE----- --8SFaB7V4ymMc+XRs--