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 7803CC19F28 for ; Sun, 31 Jul 2022 01:28:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7A5DB84221; Sun, 31 Jul 2022 03:28:09 +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="fCx4JGU+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 62B8C84205; Sun, 31 Jul 2022 03:27:45 +0200 (CEST) Received: from mail-vs1-xe30.google.com (mail-vs1-xe30.google.com [IPv6:2607:f8b0:4864:20::e30]) (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 E7EE884137 for ; Sun, 31 Jul 2022 03:27:42 +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-vs1-xe30.google.com with SMTP id x125so8029746vsb.13 for ; Sat, 30 Jul 2022 18:27:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kHRDxpD87HKjxfIwEJF30Fc/VwLZe+qyAQXFCVDB0os=; b=fCx4JGU+9u8BybY1HwTKg9fxfLy0yVwym5z7Ko5jviiDNV6moPPl8dQq7Z4MQd1MdC 7ze0iGnu4cmHsEkDEBE95Us/7BPRaYetBc90N96d/pxhTQ2g4uCS5XnTxGQWLvNlibtJ dI7oOucn+CcUjnz35gbB/MimrjJhuRjbJeJ+Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kHRDxpD87HKjxfIwEJF30Fc/VwLZe+qyAQXFCVDB0os=; b=OCvVEFrKDZim+bQwosCI8FIqc5V/ZPbBR7eCEY7zCl2w29nMEZZ4eMf5oTV4BoG1G+ V50ojA6jr8zGEv6y85YaC7TaqycrMxLwnNjFWRJANTL0Z0jgixNja5Eo6UTP6BmwdEKo ixb6ZcrggokbwcF78g51hHcBNLJM55WBmr5rmdSnFVYFajlqaHyu4ks29Ddb0v+hVQPA Iu91fSkgligoLOHTd3tnv6ZWvtEDGH3WMRcXyYgvRL3l8FUVWBLsFfN2AhJhxKdLpZiR 252cNsOXiKWHCJu5RGqUO5hu3vox1v844ItCRc60JJy/LJAU4rXeieuEQBItsQMQuaZA xDxQ== X-Gm-Message-State: AJIora9WKIfPZznOfRU51SDZvka2DW1eXv3lKyYFg2QvounSc1QtbaMC 1nFlQPthnYyCBADvdZSYsKVc0ylt8y/pOIvwnlmmiNMybjE= X-Google-Smtp-Source: AGRyM1seBGB+VDInCaEidLTSiDSeM4v8hAAxn3NmNlaKpin8SlZzIdJCn910o869wF+lMHq7gXqrBbu9nfgNE+r3PdE= X-Received: by 2002:a67:df0b:0:b0:357:dcb4:c498 with SMTP id s11-20020a67df0b000000b00357dcb4c498mr3499484vsk.38.1659230861498; Sat, 30 Jul 2022 18:27:41 -0700 (PDT) MIME-Version: 1.0 References: <20220728101915.3019548-1-john@metanate.com> In-Reply-To: <20220728101915.3019548-1-john@metanate.com> From: Simon Glass Date: Sat, 30 Jul 2022 19:27:29 -0600 Message-ID: Subject: Re: [PATCH v2] boot: allow bootmeth-distro without CONFIG_NET To: John Keeping Cc: U-Boot Mailing List 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 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