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 F346BC19F2A for ; Sun, 7 Aug 2022 15:52:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D0CE2849A2; Sun, 7 Aug 2022 17:48:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="mZNmKwND"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ED3708455E; Sun, 7 Aug 2022 17:48:36 +0200 (CEST) Received: from mail-yw1-x112f.google.com (mail-yw1-x112f.google.com [IPv6:2607:f8b0:4864:20::112f]) (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 99247849B0 for ; Sun, 7 Aug 2022 17:48:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-yw1-x112f.google.com with SMTP id 00721157ae682-31f443e276fso60790387b3.1 for ; Sun, 07 Aug 2022 08:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=k3jHh6O8L1BVJNUQ7p/joELRVIAZFPKNLT/7BtXt2wM=; b=mZNmKwNDCo2bnJEQ+DSXij7PWklOUldXHQjmAyRXOr7YZ8GXMUJeHidHaaGunR0tS7 EhMBuUzViROEipoveNdqfmhtA30KzYsU8AGSKKYGq+mcWujTPlH3Pj8+vzzi111XvD3B ZYR5JCWSWD6jGIp3TUjfsjCQ+jjRpmS8ae31g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=k3jHh6O8L1BVJNUQ7p/joELRVIAZFPKNLT/7BtXt2wM=; b=yFoevSovMiVAqb/oY4CxavwehWzQzgsp8YgbgKdunNvEmFVfM6be4HQDaBy+RyjjiW F2jHsLTwHbcslAEDBtTK4tGdzxkBtcTXRW7AN48eZCjocigZk7mA4OQvGzoe6bp0RvaG BK25CxePd6Zp50xyJerAzIzAUrGZAQjFVtfmW0MCnbcPEI4A5iZDqthIcY7dyxZxTlN3 gmNTlKBw6ndpOiiboH4qWi0EfPS1Sfs9qn3QRcaVl6EnXcgJyuyhk3kvPzADovT4kcpH /xY+kkDiLuESPKNabt/dDfU+JjmYOfuxcVypkxvVCQ2w3CHHfT47eFXsSzGbaEvAdz5L 2HdA== X-Gm-Message-State: ACgBeo1SlPO6B/vb5N1kenjHEo14VR4BGyKpTOy8ijZqx6t718XpdUn9 haSeLVqsBQF0azO7X5ChpmBoi8oLUhOeTYbmdVr/xQ== X-Google-Smtp-Source: AA6agR7g9dXSy+WJALDnZ23/GdXC4akZaGPmSdP4Vv0R5quFIjOi7Y30WFZXO9HGPx96XLDxzKxtnkUu/wr6bdS8MJo= X-Received: by 2002:a0d:dd51:0:b0:31f:5e41:dff3 with SMTP id g78-20020a0ddd51000000b0031f5e41dff3mr14415119ywe.242.1659887289647; Sun, 07 Aug 2022 08:48:09 -0700 (PDT) MIME-Version: 1.0 References: <20220728101915.3019548-1-john@metanate.com> In-Reply-To: From: Simon Glass Date: Sun, 7 Aug 2022 09:47:58 -0600 Message-ID: Subject: Re: [PATCH v2] boot: allow bootmeth-distro without CONFIG_NET To: Simon Glass Cc: U-Boot Mailing List , John Keeping Content-Type: text/plain; charset="UTF-8" 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 Hi, On Sun, 7 Aug 2022 at 07:10, Simon Glass wrote: > > On Thu, 28 Jul 2022 at 04:19, John Keeping wrote: > > > > Remove the dependency on CMD_PXE from BOOTMETH_DISTRO by introducing a > > new hidden kconfig symbol to control whether pxe_utils is compiled, > > allowing bootstd's distro method to be compiled without needing > > networking support enabled. > > > > Signed-off-by: John Keeping > > --- > > v2: > > - Fix MENU dependency for PXE_UTILS > > > > boot/Kconfig | 8 +++++++- > > boot/Makefile | 3 +-- > > cmd/Kconfig | 4 ++-- > > 3 files changed, 10 insertions(+), 5 deletions(-) > > Reviewed-by: Simon Glass > > Applied to u-boot-dm, thanks! Note that I had to fix a few build errors by adding a CMD_BOOTM condition as noted in the commit message. Regards, Simon