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 CB041C636CC for ; Sun, 5 Feb 2023 22:41:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4CEB5859AD; Sun, 5 Feb 2023 23:39:37 +0100 (CET) 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="NGVpa5tI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A3A0685921; Sun, 5 Feb 2023 23:39:15 +0100 (CET) Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) (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 BB8EE8594A for ; Sun, 5 Feb 2023 23:38:51 +0100 (CET) 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@chromium.org Received: by mail-il1-x12c.google.com with SMTP id m15so4095910ilh.9 for ; Sun, 05 Feb 2023 14:38:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=nHv35VBG5dVtEWei4Qye2uRti91YqkntsKYvfbbXg0I=; b=NGVpa5tIzOxOs6mpZTRVufTc/Btamouhol4lwZ1xZyLp96T4qZ9dLQWcX5JDOfo2HT oFAo3RVJYyQLo/0aVTKafsapgpRaHUO+F98iwH9865Y6tTNnxeooApulJq/wllW/mn+w PXLEtmb8x2fHv6FspffPcexhExeEM7iqFUzrE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nHv35VBG5dVtEWei4Qye2uRti91YqkntsKYvfbbXg0I=; b=Xsr/T8vNIwnOQJ7OSHlblKP1tdBxnH+FRDOYJe8TXTnRaLyfFe8uup3E6IthR1wTo6 FAsRSWUEYTJvWYDHk2njHGgnsTkqpmK3+LcjTbbSMGUpKahejycpASa9rk+uDEFhxb7L bP5BYB6ECOqZc5nrTH1BzR1xwp80+MynSb45WAqLLFLXHk76za2tEN6EBa8Wl6u4y+9U njtJUD/Q9NUyXiWgp9mzEoFVImN6etzHlL5wMQVrvscruO7w65lVs6uaQWB3o+SQH6gj rkpZU1i0s9FN1+WUkTh0skgkhCXIRhXvZfx4XIJDSuOfikDhfDTiTwIT7yd0kdkV6mB5 wqKg== X-Gm-Message-State: AO0yUKVBQAsnqd4Z66l8PW2GTCS+nBpaDaa6Gh2hIPK9ryvSk4f9FQJL NtiDje4It0Ah/3l07NXo3x51t0wACAb5XKkO X-Google-Smtp-Source: AK7set+QFcEpQ3JDcb5eAXgnzzIzMYu5yy8cAt61KAUOn5191wCvcZ/eeVZ2klmZFArGy+cLnFWUCg== X-Received: by 2002:a05:6e02:1a4a:b0:310:9798:a26 with SMTP id u10-20020a056e021a4a00b0031097980a26mr18584194ilv.20.1675636729993; Sun, 05 Feb 2023 14:38:49 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.38.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:49 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 007/169] boot: Add a Kconfig for SPL_BOOTDEV_ETH Date: Sun, 5 Feb 2023 15:35:53 -0700 Message-Id: <20230205223836.231657-8-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 This is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass --- (no changes since v1) net/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/Kconfig b/net/Kconfig index 4215889127c..fbe6b35077f 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -34,6 +34,10 @@ config BOOTDEV_ETH an operationg system over the network, using the PXE (Preboot Execution Environment) protocol. +config SPL_BOOTDEV_ETH + def_bool n # "Enable bootdev for ethernet (SPL)" + depends on SPL_BOOTSTD + config BOOTP_SEND_HOSTNAME bool "Send hostname to DNS server" help -- 2.39.1.519.gcb327c4b5f-goog