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 A81BAC433FE for ; Sun, 20 Nov 2022 14:23:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 22AE385476; Sun, 20 Nov 2022 15:17:54 +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="YPYh+jJW"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 658EA85496; Sun, 20 Nov 2022 15:17:49 +0100 (CET) Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) (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 9C2888534E for ; Sun, 20 Nov 2022 15:17:46 +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-qk1-x72f.google.com with SMTP id i9so6523775qki.10 for ; Sun, 20 Nov 2022 06:17:46 -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=fCd27jUzI/upZX7KXqDGGmASE9k0Qh5o6LKCwNbXMsg=; b=YPYh+jJWjfQ+LoVwd9trk/60zoPufBVAHePVzGjXTSNXE+D1v3E2Rp/5oYkTaGK9QI FARaVG/yBqDXWoe1UyzIid4iQPh/NRU4VmVfmG+w+dF1R5S9y3Bl5ZtH+2jW6xt+lPRN ZatSt8eiYhlZPoc1EVNbf//zEaWOVSog0hGZQ= 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=fCd27jUzI/upZX7KXqDGGmASE9k0Qh5o6LKCwNbXMsg=; b=8P8PMTUJIY41ZFTkeMka+ox3cEznvS/DUqFxJ+5u5ztRpy3ZE5Mb3+DKjJB493tKyT h8fPasLdskjLDi+Wc/t4ZHLdWi4ysRJpiroOBfp2WewK4d7hdyUxeGs7zfhh0NoHwf5x xSSlU8FPUBRJFWivell2sdBpaEuqurlIIRU8l+QnegLOlNHNlrv7QTsFlmJBeP0WGCzE jxBgfiMYnBneWcfoWzVvoV2pLMx/TI4LrLBufIvkwrnk0nGA0sOEikn5VDBzyjGb+dcR dXZi62gd5n62VREIfHQ/G4WqqkHUaPmZskHbz8R9V0KsyUyqzxQM/Qylvhd1BHEMbeef ooTg== X-Gm-Message-State: ANoB5pmD7uTl/Qwd5ay7If8ghM4SyfDbYzD9m2BVbRDBlGG4i9f9d8Qt faQsAW1/OGm0MbdJXV6aZX05+420gEGGTQ== X-Google-Smtp-Source: AA0mqf6uOhDEXMqkUXQeK9F5M5G+mktxEPscUc238lJcYLziz5fqF0GeJG6L6Zv4futdQRzvtaPYvg== X-Received: by 2002:ae9:e507:0:b0:6fa:5778:8e with SMTP id w7-20020ae9e507000000b006fa5778008emr13265221qkf.71.1668953865212; Sun, 20 Nov 2022 06:17:45 -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.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:17:45 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 201/241] global: Migrate CONFIG_TEGRA_ENABLE_UARTD to CFG Date: Sun, 20 Nov 2022 09:17:03 -0500 Message-Id: <20221120141743.3059310-2-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-Type: text/plain; charset=UTF-8 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/cei-tk1-som.h | 2 +- include/configs/dalmore.h | 2 +- include/configs/harmony.h | 2 +- include/configs/jetson-tk1.h | 2 +- include/configs/medcom-wide.h | 2 +- include/configs/plutux.h | 2 +- include/configs/seaboard.h | 2 +- include/configs/tec-ng.h | 2 +- include/configs/tec.h | 2 +- include/configs/ventana.h | 2 +- scripts/config_whitelist.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach-tegra/board.c b/arch/arm/mach-tegra/board.c index b4b73df2265e..b4e30de509b7 100644 --- a/arch/arm/mach-tegra/board.c +++ b/arch/arm/mach-tegra/board.c @@ -247,7 +247,7 @@ void board_init_uart_f(void) #ifdef CONFIG_TEGRA_ENABLE_UARTC uart_ids |= UARTC; #endif -#ifdef CONFIG_TEGRA_ENABLE_UARTD +#ifdef CFG_TEGRA_ENABLE_UARTD uart_ids |= UARTD; #endif #ifdef CONFIG_TEGRA_ENABLE_UARTE diff --git a/include/configs/cei-tk1-som.h b/include/configs/cei-tk1-som.h index 045cd25104d7..73b51336973e 100644 --- a/include/configs/cei-tk1-som.h +++ b/include/configs/cei-tk1-som.h @@ -19,7 +19,7 @@ #define CFG_TEGRA_BOARD_STRING "CEI tk1-som" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* SPI */ diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index 8f97848b1714..806fcd039f22 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -14,7 +14,7 @@ #define CFG_TEGRA_BOARD_STRING "NVIDIA Dalmore" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* Environment in eMMC, at the end of 2nd "boot sector" */ diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 59ead58587db..028ff8b8144b 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -14,7 +14,7 @@ #define CFG_TEGRA_BOARD_STRING "NVIDIA Harmony" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD /* UARTD: keyboard satellite board UART, default */ #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h index 4878e6526b5a..0f29d21e9d47 100644 --- a/include/configs/jetson-tk1.h +++ b/include/configs/jetson-tk1.h @@ -15,7 +15,7 @@ #define CFG_TEGRA_BOARD_STRING "NVIDIA Jetson TK1" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* Environment in eMMC, at the end of 2nd "boot sector" */ diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h index e0d947f7e3c5..0096d1be50a4 100644 --- a/include/configs/medcom-wide.h +++ b/include/configs/medcom-wide.h @@ -15,7 +15,7 @@ #define CFG_TEGRA_BOARD_STRING "Avionic Design Medcom-Wide" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ +#define CFG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* NAND support */ diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 82ef6959fd2f..385b1aef7b81 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -15,7 +15,7 @@ #define CFG_TEGRA_BOARD_STRING "Avionic Design Plutux" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ +#define CFG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* NAND support */ diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 5cbc33461251..9b2fa23e076a 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -15,7 +15,7 @@ #define CFG_TEGRA_BOARD_STRING "NVIDIA Seaboard" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* Environment in eMMC, at the end of 2nd "boot sector" */ diff --git a/include/configs/tec-ng.h b/include/configs/tec-ng.h index 966750539b5d..22099a86d5f6 100644 --- a/include/configs/tec-ng.h +++ b/include/configs/tec-ng.h @@ -13,7 +13,7 @@ #define CFG_TEGRA_BOARD_STRING "Avionic Design Tamonten™ NG Evaluation Carrier" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* Environment in eMMC, at the end of 2nd "boot sector" */ diff --git a/include/configs/tec.h b/include/configs/tec.h index b8819909b6bc..b344b3e5f16e 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -15,7 +15,7 @@ #define CFG_TEGRA_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ +#define CFG_TEGRA_ENABLE_UARTD /* UARTD: debug UART */ #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* NAND support */ diff --git a/include/configs/ventana.h b/include/configs/ventana.h index e585fb93d308..24335f90157d 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -14,7 +14,7 @@ #define CFG_TEGRA_BOARD_STRING "NVIDIA Ventana" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTD +#define CFG_TEGRA_ENABLE_UARTD #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* Environment in eMMC, at the end of 2nd "boot sector" */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 130081c36143..c3ff80696412 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -210,7 +210,7 @@ CFG_STANDALONE_LOAD_ADDR CFG_STD_DEVICES_SETTINGS CFG_TEGRA_BOARD_STRING CFG_TEGRA_ENABLE_UARTA -CONFIG_TEGRA_ENABLE_UARTD +CFG_TEGRA_ENABLE_UARTD CONFIG_TEGRA_SLINK_CTRLS CONFIG_TEGRA_SPI CONFIG_TEGRA_UARTA_GPU -- 2.25.1