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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E394AC433F5 for ; Mon, 8 Nov 2021 04:01:38 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 64C4A60F6E for ; Mon, 8 Nov 2021 04:01:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 64C4A60F6E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6CFE88381F; Mon, 8 Nov 2021 05:00:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A7D6483836; Mon, 8 Nov 2021 05:00:17 +0100 (CET) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) (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 415C68380A for ; Mon, 8 Nov 2021 05:00:01 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f177.google.com with SMTP id n15so14336067qkp.12 for ; Sun, 07 Nov 2021 20:00:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vMnRNG9oiXpFIMwMOkQmES4SzlZWWL5vSFLwKyznCgM=; b=EQrJwXelllOodnoB/+/YUZRW4GU1hzpBx+zQ+21H5qBH/tlakg4d/+AZuG3IK7ZB2n 3jqf2iPq1owTNje4XF/qh5hcx4Qd/HEhG8kuo6+KfBLcyTi4pKIIcfSQwBnJ88BGh04p 4RYbP1I/x8A44XJs/8s4PcK07vXKTT47omWZDcxcDHnzCwlovVYyruOLigjRYv2Cjnf2 SonUXYbSQvKzAwo4UZH+PxR68GLsI/xXBqYnBVKBFzPiFmQotHYj+Ysdq/EvCRckM7Hl TiMAYyUoxUJ2xmRwu55KMGHhQ9i87vOZeAvUb9C1SZd8vCoEt3qNfQj65YA754QFpQ7E oKRQ== X-Gm-Message-State: AOAM532QZSF7rYd8G4TRc12+nDPDJ/JYTb5k53+fmbKt8T4MuDkDvy+y lRldmLHfEgWitpNbjnlzcQj2x7S6XQ== X-Google-Smtp-Source: ABdhPJyFVlGlV7Z+VLUq7YPfyuCbUzRS0+lGr2U/XbiEOn+4mh9COey8C9n7qgEKmfUx/HN3Wj4dqA== X-Received: by 2002:a05:620a:1004:: with SMTP id z4mr8110107qkj.243.1636343999895; Sun, 07 Nov 2021 19:59:59 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-65cb-752a-b567-5ae4.res6.spectrum.com. [2603:6081:7b01:cbda:65cb:752a:b567:5ae4]) by smtp.gmail.com with ESMTPSA id k6sm10460794qtx.32.2021.11.07.19.59.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Nov 2021 19:59:59 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 08/20] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV to Kconfig Date: Sun, 7 Nov 2021 22:59:39 -0500 Message-Id: <20211108035951.3580952-8-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211108035951.3580952-1-trini@konsulko.com> References: <20211108035951.3580952-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean This converts the following to Kconfig: CONFIG_SYS_CONSOLE_IS_IN_ENV Signed-off-by: Tom Rini --- README | 4 ---- configs/ci20_mmc_defconfig | 1 + include/configs/ci20.h | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README b/README index 7e91e34f5f3a..6442b12e3bb8 100644 --- a/README +++ b/README @@ -977,10 +977,6 @@ The following options need to be configured: whether the enumeration has succeded at high speed or full speed. - CONFIG_SYS_CONSOLE_IS_IN_ENV - Define this if you want stdin, stdout &/or stderr to - be set to usbtty. - If you have a USB-IF assigned VendorID then you may wish to define your own vendor specific values either in BoardName.h or directly in usbd_vendor_info.h. If you don't define diff --git a/configs/ci20_mmc_defconfig b/configs/ci20_mmc_defconfig index aa2d08705d57..3c455208f5c0 100644 --- a/configs/ci20_mmc_defconfig +++ b/configs/ci20_mmc_defconfig @@ -19,6 +19,7 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS4,115200 rw rootwait root=/dev/mmcblk0p1" CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="ext4load mmc 0:1 0x88000000 /boot/uImage; bootm 0x88000000" +CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_DISPLAY_CPUINFO=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_MISC_INIT_R=y diff --git a/include/configs/ci20.h b/include/configs/ci20.h index cefc8157216d..0a7043a80c5b 100644 --- a/include/configs/ci20.h +++ b/include/configs/ci20.h @@ -24,7 +24,6 @@ /* NS16550-ish UARTs */ #define CONFIG_SYS_NS16550_CLK 48000000 -#define CONFIG_SYS_CONSOLE_IS_IN_ENV /* Ethernet: davicom DM9000 */ #define CONFIG_DRIVER_DM9000 1 -- 2.25.1