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 03500C4332F for ; Wed, 19 Oct 2022 11:29:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BF6AF84FE2; Wed, 19 Oct 2022 13:27:04 +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="fYQSnVNa"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8585784F90; Wed, 19 Oct 2022 13:26:08 +0200 (CEST) Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) (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 AD0FA84FDE for ; Wed, 19 Oct 2022 13:25:18 +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-il1-x12b.google.com with SMTP id l3so8575883ilg.13 for ; Wed, 19 Oct 2022 04:25:18 -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=0saHJZzuChIOf6KFFWLSBwn6f5zBDqpC5QO/4OoS5Zw=; b=fYQSnVNa67EQX4na1v3+tqkzDa+SOPFpQwLXCUPOjkZYI/gF4Vs2Pbk4lqtua2YHhG ml6nEpveiUYOPy2E/j7VKvpTQyVMfIdXoGEqdBxfWNtdwxx79GcwYaRsl9hdToYoa6sk 8tWDBw1pWK4GOl9/ozUPJHnLuDBacGE+UQut0= 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=0saHJZzuChIOf6KFFWLSBwn6f5zBDqpC5QO/4OoS5Zw=; b=3kdoK/SP6OAkPl5QhkFSVp6s9fFPOCqj07QN25XAlhoa1i5yfXRyJrjnR6267pqPH3 MgLRitGXj6/XZFZNvYIaB4NHCsQB9Qz1VJjnR/NuT56YrYHys85YmlLX5zhIa3dQG+QW NkUXYEas2nFBVDQv9ofXTNNnwzenvfAzWTMBApfntqg7CY0+NIyVoGIX6Marvt0kl/GY tjXr0RKZoWW211uNQzg/8q6i9IAhrjqx5WOM2y4wDhrgbZI4ehg9YUbK3innIKmpt5pI RZ5T+eaxhu04I8qX46UcPUAFVSsY8aRpTxMYeSCGmFHqGlZSDs+PItj9zCVEdYjX962G CKDg== X-Gm-Message-State: ACrzQf1WblUxSLv+R3mJccIufYjKKq3qT9VE1wjkGEKMGLpWZ5g9Vjk/ 7UFKUzpUMAAv2xQeyLEEbr4QQLIrHx8qKw== X-Google-Smtp-Source: AMsMyM5VHyISPIqGuPRCSPGaiv4FbYTvTn5Q82U3YdNekC7WiYl5T972e/boYdqPhgyaO2rMc8T6Cw== X-Received: by 2002:a92:dd0a:0:b0:2fc:4ea5:bbd9 with SMTP id n10-20020a92dd0a000000b002fc4ea5bbd9mr5189753ilm.168.1666178699822; Wed, 19 Oct 2022 04:24:59 -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.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 04:24:59 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Anatolij Gustschin , Simon Glass , Stephen Warren , Stephen Warren , Tom Warren Subject: [PATCH 24/39] tegra: Drop old LCD code Date: Wed, 19 Oct 2022 05:23:41 -0600 Message-Id: <20221019112356.1042065-25-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 relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass --- drivers/video/tegra124/display.c | 1 - include/configs/tegra-common-post.h | 10 ++-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c index f642b3b10aa..78ab3f99c4d 100644 --- a/drivers/video/tegra124/display.c +++ b/drivers/video/tegra124/display.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index c8f9d7cb175..823b5d63d01 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -37,12 +37,6 @@ #define STDIN_KBD_USB "" #endif -#ifdef CONFIG_LCD -#define STDOUT_LCD ",lcd" -#else -#define STDOUT_LCD "" -#endif - #ifdef CONFIG_DM_VIDEO #define STDOUT_VIDEO ",vidconsole" #else @@ -57,8 +51,8 @@ #define TEGRA_DEVICE_SETTINGS \ "stdin=serial" STDIN_KBD_KBC STDIN_KBD_USB STDOUT_CROS_EC "\0" \ - "stdout=serial" STDOUT_LCD STDOUT_VIDEO "\0" \ - "stderr=serial" STDOUT_LCD STDOUT_VIDEO "\0" \ + "stdout=serial" STDOUT_VIDEO "\0" \ + "stderr=serial" STDOUT_VIDEO "\0" \ "" #ifndef BOARD_EXTRA_ENV_SETTINGS -- 2.38.0.413.g74048e4d9e-goog