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 DA9A5C43217 for ; Sun, 27 Nov 2022 15:25:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6201484B26; Sun, 27 Nov 2022 16:25:48 +0100 (CET) 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="cpwXKZ4G"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 37BD784508; Sun, 27 Nov 2022 16:25:43 +0100 (CET) Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) (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 3FC9F84B26 for ; Sun, 27 Nov 2022 16:25:41 +0100 (CET) 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-ed1-x536.google.com with SMTP id z20so12366194edc.13 for ; Sun, 27 Nov 2022 07:25:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; 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=5H1PhvN4hrTsnrCDTAwuh1xUb4EJVkuxQOcH++/oax0=; b=cpwXKZ4GPps/oThxD0jQ9eiQk3ffXMReIVnihr/uG+UEZKUr19JFBo2cNS3dnX+S7a 2Ahzv3zKg6WvUN6WCC1B1JsqjjcxMUxXElPB+14HxqHrWPt9/DMl1ScwsvlHhKCzzPym 7XjJrKhqkPRsY4byYXGpLv5/Spxj08URu6vUM= 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=5H1PhvN4hrTsnrCDTAwuh1xUb4EJVkuxQOcH++/oax0=; b=LZRUgC+M3KHorq0fH9wQr4xWhv3Trp007i+ebOfwYzLfY4lTDsDvWnsuIrSKMlKb9F lQ5Rk4oyQdG2cxQE7cUNsCCAZ2cn2E9Q1P5VWe0byjphu2CHfRnPfbn/AnEEYhjXP4fc bFf9+BZ/9VWDEle9KMFewxAETbuiT9QKGS1Q+mitDRMcdRlIYjgQyeYRV8qAVux9GzH3 dp5CbXqe8T5b8gtjxdWzJTLQFQwIY7Zi4Hc692WHFgb4qKG4gYrRs1k2/aV3/RSfPIOX CgFI1QdppcYgI7hGo4/KuOgLuHmVSfTTnWNVZuH1LYjwDKzVkgFAAyxs2Z9dsL8PKU+/ HRVA== X-Gm-Message-State: ANoB5pkih70uO3mD64eUN2VZZ2w+j10hFAJfewWEUDwfZbHJ/rgI3tZu KbN1+W4Itq10BcZLVDffz3nqpP7fBET4lw== X-Google-Smtp-Source: AA0mqf6IVClA7f9b2+H7iqm4Mvf130DPZBYtJyd7rgBgumdFzdpGJaChlYvg4XE3Uym3bzkMVP1qkw== X-Received: by 2002:a05:6402:1f85:b0:462:2410:9720 with SMTP id c5-20020a0564021f8500b0046224109720mr43713324edc.84.1669562740695; Sun, 27 Nov 2022 07:25:40 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-dc2c-1c0a-ea3e-04dc.res6.spectrum.com. [2603:6081:7b00:6400:dc2c:1c0a:ea3e:4dc]) by smtp.gmail.com with ESMTPSA id tb6-20020a1709078b8600b007b47749838asm3853036ejc.45.2022.11.27.07.25.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 27 Nov 2022 07:25:40 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Cc: Icenowy Zheng Subject: [PATCH 02/41] LicheePi_Zero: Disable networking support more fully Date: Sun, 27 Nov 2022 10:24:57 -0500 Message-Id: <20221127152536.1556469-2-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221127152536.1556469-1-trini@konsulko.com> References: <20221119234545.404563-38-trini@konsulko.com> <20221127152536.1556469-1-trini@konsulko.com> 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 platform had largely disabled networking support before. More completely disable it by turning off CONFIG_NET. Cc: Icenowy Zheng Signed-off-by: Tom Rini --- configs/LicheePi_Zero_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index 5e9732e62e66..027edde6a5a9 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -6,4 +6,4 @@ CONFIG_MACH_SUN8I_V3S=y CONFIG_DRAM_CLK=360 # CONFIG_HAS_ARMV7_SECURE_BASE is not set CONFIG_SYS_MONITOR_LEN=786432 -# CONFIG_NETDEVICES is not set +# CONFIG_NET is not set -- 2.25.1