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 445EAC433FE for ; Wed, 19 Oct 2022 11:29:14 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6B8BE84F90; Wed, 19 Oct 2022 13:26:57 +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="CVpR77m+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6E4A385014; Wed, 19 Oct 2022 13:26:06 +0200 (CEST) Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) (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 E073684FC8 for ; Wed, 19 Oct 2022 13:24:55 +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@chromium.org Received: by mail-io1-xd29.google.com with SMTP id 187so14125626iov.10 for ; Wed, 19 Oct 2022 04:24:55 -0700 (PDT) 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=aqtbpA58eBHc5YMpUUouzQgH+m3KkThJ/W2rtudw0T8=; b=CVpR77m+NBT/yEK3MuOEBFjjiuNxqJJyjM1PyqjH/GCaDdd01t2CmMp6fKz87Cs9Qw NPN4zgC/f6e+yMjZxXt500Fhp42QW2giPde+IIXbilq8ev9sBs87Ohh4z+7gpNdm9hhM fntoXgLqEfOkaqLLQQ+wg9ZFmAsiJ86N6IVqE= 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=aqtbpA58eBHc5YMpUUouzQgH+m3KkThJ/W2rtudw0T8=; b=fu9BPIDzzGX3Lx8JdVG6vRWj4mfyXzYkLA4l6kmmHBJ69PgzLH07RCCvy2zHFWvaTI wK38pL6OKLTh5LYu+uuQrLxHFleL8iRZXhTGNI+qiRUC8p1Q2d66wkzsSVUwPDtXjsXx bdcp25mrgBXQaG4Xq0Utw+fEkrdOSgZKLfrvA2yNrTiN6YJ/94QukQQ1G0oZzpAE/P7C ujPPJi3lFecNyMvF7GmbGRlNDO3VwsYgnEmQfjiFw4FykurJJRKb1mS/V9Gq8tkJlEM4 dbrOVX20SOv+p+uD/e/Lpy1LSmWiO5RYK/NeaacSlCGUzSwiSmg7jJ7r2HVUMEUJ/0Fl Ra6g== X-Gm-Message-State: ACrzQf2LfXesZppj7ScPrZbrrYS4PTLF/Hm9YDlhnZCvDDB2VlxSJwFL UzpE4vYihDqQcvoZCgVBgadIm90n6wpnyg== X-Google-Smtp-Source: AMsMyM4myapfgDgP4BUmdT1kx/Cv83m3fDFhEaO3eAYBXyO0BZJ3piBtJnLJ4vTlIX9KgFwRWs99gg== X-Received: by 2002:a6b:c5c3:0:b0:6bb:b3a3:4b07 with SMTP id v186-20020a6bc5c3000000b006bbb3a34b07mr5499777iof.105.1666178695340; Wed, 19 Oct 2022 04:24:55 -0700 (PDT) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id g34-20020a022722000000b003634aa4a55asm2041156jaa.82.2022.10.19.04.24.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 04:24:55 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Anatolij Gustschin , Simon Glass , Heiko Stuebner , Ilko Iliev , Jaehoon Chung , Jagan Teki , Kever Yang , Michal Simek , Suniel Mahesh Subject: [PATCH 19/39] treewide: Stop enabling CONFIG_LCD Date: Wed, 19 Oct 2022 05:23:36 -0600 Message-Id: <20221019112356.1042065-20-sjg@chromium.org> X-Mailer: git-send-email 2.38.0.413.g74048e4d9e-goog In-Reply-To: <20221019112356.1042065-1-sjg@chromium.org> References: <20221019112356.1042065-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 option is not used anymore since the LCD implementation is being removed. Stop enabling it on various boards. Signed-off-by: Simon Glass --- configs/evb-px30_defconfig | 1 - configs/firefly-px30_defconfig | 1 - configs/gurnard_defconfig | 1 - configs/odroid-go2_defconfig | 1 - configs/peach-pi_defconfig | 1 - configs/peach-pit_defconfig | 1 - configs/pm9261_defconfig | 1 - configs/pm9263_defconfig | 1 - configs/px30-core-ctouch2-of10-px30_defconfig | 1 - configs/px30-core-ctouch2-px30_defconfig | 1 - configs/px30-core-edimm2.2-px30_defconfig | 1 - configs/snow_defconfig | 1 - configs/spring_defconfig | 1 - configs/xilinx_zynqmp_virt_defconfig | 1 - 14 files changed, 14 deletions(-) diff --git a/configs/evb-px30_defconfig b/configs/evb-px30_defconfig index 4f88879e18a..3ed5c3e38ce 100644 --- a/configs/evb-px30_defconfig +++ b/configs/evb-px30_defconfig @@ -111,7 +111,6 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y -CONFIG_LCD=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y diff --git a/configs/firefly-px30_defconfig b/configs/firefly-px30_defconfig index 1717eb21106..eedcd97c0ea 100644 --- a/configs/firefly-px30_defconfig +++ b/configs/firefly-px30_defconfig @@ -110,7 +110,6 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y -CONFIG_LCD=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y diff --git a/configs/gurnard_defconfig b/configs/gurnard_defconfig index 01546de8fda..3b98f339496 100644 --- a/configs/gurnard_defconfig +++ b/configs/gurnard_defconfig @@ -63,5 +63,4 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_LOGO is not set # CONFIG_VIDEO_BPP32 is not set CONFIG_ATMEL_LCD=y -CONFIG_LCD=y CONFIG_CMD_DHRYSTONE=y diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig index c0c0c4daee2..8222933bf80 100644 --- a/configs/odroid-go2_defconfig +++ b/configs/odroid-go2_defconfig @@ -114,7 +114,6 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y -CONFIG_LCD=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y diff --git a/configs/peach-pi_defconfig b/configs/peach-pi_defconfig index 51210f88a00..aa8f85feffb 100644 --- a/configs/peach-pi_defconfig +++ b/configs/peach-pi_defconfig @@ -89,6 +89,5 @@ CONFIG_EXYNOS_DP=y CONFIG_EXYNOS_FB=y CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y -CONFIG_LCD=y CONFIG_TPM=y CONFIG_ERRNO_STR=y diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig index e2fbb8a0ab9..362cc0ab0ff 100644 --- a/configs/peach-pit_defconfig +++ b/configs/peach-pit_defconfig @@ -88,6 +88,5 @@ CONFIG_EXYNOS_DP=y CONFIG_EXYNOS_FB=y CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y -CONFIG_LCD=y CONFIG_TPM=y CONFIG_ERRNO_STR=y diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index 51b048985bf..ead25331b7c 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -68,5 +68,4 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_BPP32 is not set CONFIG_ATMEL_LCD=y CONFIG_ATMEL_LCD_BGR555=y -CONFIG_LCD=y CONFIG_REGEX=y diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig index 6ae96469624..02e983cb5e1 100644 --- a/configs/pm9263_defconfig +++ b/configs/pm9263_defconfig @@ -71,5 +71,4 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_BPP32 is not set CONFIG_ATMEL_LCD=y CONFIG_ATMEL_LCD_BGR555=y -CONFIG_LCD=y CONFIG_JFFS2_NAND=y diff --git a/configs/px30-core-ctouch2-of10-px30_defconfig b/configs/px30-core-ctouch2-of10-px30_defconfig index 2fb8bd8a234..33d502b5f6c 100644 --- a/configs/px30-core-ctouch2-of10-px30_defconfig +++ b/configs/px30-core-ctouch2-of10-px30_defconfig @@ -110,7 +110,6 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y -CONFIG_LCD=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y diff --git a/configs/px30-core-ctouch2-px30_defconfig b/configs/px30-core-ctouch2-px30_defconfig index 76f81ae437e..59391647c92 100644 --- a/configs/px30-core-ctouch2-px30_defconfig +++ b/configs/px30-core-ctouch2-px30_defconfig @@ -110,7 +110,6 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y -CONFIG_LCD=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y diff --git a/configs/px30-core-edimm2.2-px30_defconfig b/configs/px30-core-edimm2.2-px30_defconfig index 8493500a064..dd8cc5f6e6f 100644 --- a/configs/px30-core-edimm2.2-px30_defconfig +++ b/configs/px30-core-edimm2.2-px30_defconfig @@ -110,7 +110,6 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y -CONFIG_LCD=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 57cb6bddf9e..5b63529db2e 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -100,7 +100,6 @@ CONFIG_EXYNOS_FB=y CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y CONFIG_VIDEO_BRIDGE_NXP_PTN3460=y -CONFIG_LCD=y CONFIG_TPM=y CONFIG_ERRNO_STR=y CONFIG_UNIT_TEST=y diff --git a/configs/spring_defconfig b/configs/spring_defconfig index ab9dd9df6de..693ee54fdc5 100644 --- a/configs/spring_defconfig +++ b/configs/spring_defconfig @@ -100,6 +100,5 @@ CONFIG_EXYNOS_DP=y CONFIG_EXYNOS_FB=y CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y -CONFIG_LCD=y CONFIG_TPM=y CONFIG_ERRNO_STR=y diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 1591f221b5a..ea66dcf5056 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -225,7 +225,6 @@ CONFIG_DM_VIDEO=y CONFIG_VIDEO_COPY=y CONFIG_DISPLAY=y CONFIG_VIDEO_SEPS525=y -CONFIG_LCD=y CONFIG_SPLASH_SCREEN=y CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y -- 2.38.0.413.g74048e4d9e-goog