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 DFFD3C433FE for ; Sun, 20 Nov 2022 14:24:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3FB0D854A3; Sun, 20 Nov 2022 15:17:59 +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="NnMNGtq5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 16D548549D; Sun, 20 Nov 2022 15:17:53 +0100 (CET) Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (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 8F7CA852D0 for ; Sun, 20 Nov 2022 15:17: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=trini@konsulko.com Received: by mail-qt1-x836.google.com with SMTP id w4so5978701qts.0 for ; Sun, 20 Nov 2022 06:17:48 -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:to:from:from:to:cc:subject:date:message-id :reply-to; bh=jvNHCcpXSKxKlYAQwYknnUgaLbjdKvfYPU0UryVBTh0=; b=NnMNGtq5AiPNMnrgbWZT/bLM+e2JK5Sp2Pvu2OOVWikDjJV1SKFsxutp2l3i6lWTSO /kMcptHs57bHr93b/iuha2k9KuM4RnDR5XIbTdaCYjodNUa3GjWRnsYumOmVpwV7NLD1 UVdR3UFGRoP6P50tKzChu84D0wW+UECVTsDAw= 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:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jvNHCcpXSKxKlYAQwYknnUgaLbjdKvfYPU0UryVBTh0=; b=I7oEvKjYU+qz8c2XPdT7thyFmqbESeKJ2FUP7WyHZPDOoNjeq5OlGQ2h4AuJBZXSNL XFX4Jtf7Ht1CU1dbiUubj+8SMWrgg13RLIr4Z9fAsKteGN6og/r19REbYDxJrzgCBmYY 7qClL/Z8Ug92y1YCwQYvY65cfdlFp7AJGUtDsa22P443/dukksACLnbP29DX7pnhA781 LHQSyxKxOKsOuKeowb8E9pQKt4eQj07K7PgbVpMHc0cS8j5U4pb+lD2zSY4a35v9CkYD Bh5ZkI0bP7fSpqRzOcyvJ3Mj9OqF0mx2yZD0C8TvZTcfMq1yvv7Py+6HEl/Gs0JnscPR /uaQ== X-Gm-Message-State: ANoB5pnHXoR8B6LGaIQOtcjT2OtPdIsg45Hz4E8Z0wFI8d4kGwKdiAt4 /j1/HZChOg68R21yZ5ExP7YOXo190blS0A== X-Google-Smtp-Source: AA0mqf7WZPe8ic7Who1hU0mGZ54AkVDWI50rDRXNyBQ98gkYUBTsY6pbEQ4g1tDNUCX3prdehZqZ/w== X-Received: by 2002:ac8:72d0:0:b0:3a5:9e38:9f4 with SMTP id o16-20020ac872d0000000b003a59e3809f4mr13913763qtp.532.1668953867302; Sun, 20 Nov 2022 06:17:47 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-29a0-035f-b06a-235e.res6.spectrum.com. [2603:6081:7b00:6400:29a0:35f:b06a:235e]) by smtp.gmail.com with ESMTPSA id bk23-20020a05620a1a1700b006ce580c2663sm6400114qkb.35.2022.11.20.06.17.46 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:17:46 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 204/241] global: Migrate CONFIG_TEGRA_UARTA_GPU to CFG Date: Sun, 20 Nov 2022 09:17:06 -0500 Message-Id: <20221120141743.3059310-5-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120141743.3059310-1-trini@konsulko.com> References: <20221120140829.3057894-90-trini@konsulko.com> <20221120141743.3059310-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 Signed-off-by: Tom Rini --- arch/arm/mach-tegra/board.c | 2 +- include/configs/trimslice.h | 2 +- scripts/config_whitelist.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-tegra/board.c b/arch/arm/mach-tegra/board.c index b4e30de509b7..e4f5540cab52 100644 --- a/arch/arm/mach-tegra/board.c +++ b/arch/arm/mach-tegra/board.c @@ -168,7 +168,7 @@ static int uart_configs[] = { #if defined(CONFIG_TEGRA20) #if defined(CONFIG_TEGRA_UARTA_UAA_UAB) FUNCMUX_UART1_UAA_UAB, - #elif defined(CONFIG_TEGRA_UARTA_GPU) + #elif defined(CFG_TEGRA_UARTA_GPU) FUNCMUX_UART1_GPU, #elif defined(CONFIG_TEGRA_UARTA_SDIO1) FUNCMUX_UART1_SDIO1, diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index ca5462fe4727..920cbc82d0c1 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -15,7 +15,7 @@ /* Board-specific serial config */ #define CFG_TEGRA_ENABLE_UARTA -#define CONFIG_TEGRA_UARTA_GPU +#define CFG_TEGRA_UARTA_GPU #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE /* SPI */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 2acc5a7412d6..f3cb0607741b 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -213,7 +213,7 @@ CFG_TEGRA_ENABLE_UARTA CFG_TEGRA_ENABLE_UARTD CFG_TEGRA_SLINK_CTRLS CFG_TEGRA_SPI -CONFIG_TEGRA_UARTA_GPU +CFG_TEGRA_UARTA_GPU CONFIG_TEGRA_UARTA_SDIO1 CONFIG_TEGRA_VDD_CORE_TPS62361B_SET3 CONFIG_TEGRA_VDD_CORE_TPS62366A_SET1 -- 2.25.1