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 E40CCC433EF for ; Tue, 12 Oct 2021 07:27:32 +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 00C31603E8 for ; Tue, 12 Oct 2021 07:27:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 00C31603E8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 11B97832C7; Tue, 12 Oct 2021 09:27:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1634023649; bh=30qeaX8hd2wU9ngeA1N6ho6u8j3GMFt+O9QO+cqdmWk=; h=Date:From:To:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=xC3m03z+9WqraTmyg4APnldfCtAvwfvpcJhyTJa4nBkYOBITWXSH0XMfxcXjMUGq4 e4PBFeQfVFwYAIPTJanAMei0UJp605mRbJTDpVb6n1T5c7UC+N00nZiNCdWm3d4stU R1uJ5RJZ942RGvmh6IdCWUlZKt8q5ukR1TT9b3EcXrIUsYOerxMAy6ZB+kxUS8AmJJ eMTBuwdn4OqZN3Q9eKJYA6lmIeriSgVhUqh1Hl/n1wS1RHk6ZVQ/C5EUqqXHAurfN8 U5BxsuNUpKwCjfOkxpZpiJpSNTKcU9Kb5SvXgatQG1zfvG/AE4y59/K0AmcuaVCXBA OOKBD399Q+brw== Received: from crub (pd95f1d7c.dip0.t-ipconnect.de [217.95.29.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id B07CE83173 for ; Tue, 12 Oct 2021 09:27:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1634023646; bh=30qeaX8hd2wU9ngeA1N6ho6u8j3GMFt+O9QO+cqdmWk=; h=Date:From:To:Subject:In-Reply-To:References:From; b=J6LJW9EcZElzkH4L/WjnIrNtnoGmYfsapYEu72tIjif64wyGkQdOJvVsTrwCrlQBb izuvx0HiT3Wc6da9gth8lpzRSOhqDbohYL0zOeYrLJYrc3IqNKgxNg5tiHvncHvfwk mGoyUMIRaEwMvHR5v5hirhLHwS0VDV208h42Q3lX1a2kluAGZo5x75Vy11ZbIRG5ph 2HcZ1mhi20hbEWV7mSCQzKGSZ8WRX3XAGMvxl8oVdyrnY3IINg8HDcqEZSaAuReDef 96sN75liD6fAI6jr0y8j0qdKin948lzxN0yMoQ/ETmBVmTj+AUDi7EUIaS5dzDEcJ4 T59OWkFfSyK+Q== Date: Tue, 12 Oct 2021 09:27:26 +0200 From: Anatolij Gustschin To: u-boot@lists.denx.de Subject: Re: [PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video' Message-ID: <20211012092726.218b6b19@crub> In-Reply-To: <20211004140432.9742-1-agust@denx.de> References: <20211004140432.9742-1-agust@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Mon, 4 Oct 2021 16:04:32 +0200 Anatolij Gustschin agust@denx.de wrote: > --- > common/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-video/master. -- Anatolij