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 BBDDBC433EF for ; Tue, 12 Oct 2021 07:29:58 +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 E20C16109E for ; Tue, 12 Oct 2021 07:29:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E20C16109E 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 2C850834E8; Tue, 12 Oct 2021 09:29:56 +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=1634023796; bh=8XhzscCbYh5aNUK341Es97bQfPvOZfXQ3dMSzFL9Mgw=; h=Date:From:To:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=SZhh0CWUVKhiDW/sEFDZOHpLARHtcQrXjt0Jk9e4kZCvn77gMj7dNUeGYXUyYbD+p eXnYQPrdGoo9K2oFggR+7UelTB7wh9+Dugo7GfdpXrSpKXx3R7MDmVlucmZz5qQyAF +0D1z7JyecsIsrhDKFj5MpLPyr1B5hxjN7+El8G59PWk199nmnsmzP1xBtK5tb+RqS 6i3qkvqGShJwHdFW1tmP4enlN0RQS9EHfGW0kpLhMoYIN7K2zG7dgGGptmAuLe0XnR rUFgXKkocNi86AXsNjQdd3yyOkEdU8oGWuZqkE1xMD2cjzHYSwiHQ+KXKQWW/7DtYV 1YL5Et1AhAvzw== 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 2553A834D1 for ; Tue, 12 Oct 2021 09:29:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1634023794; bh=8XhzscCbYh5aNUK341Es97bQfPvOZfXQ3dMSzFL9Mgw=; h=Date:From:To:Subject:In-Reply-To:References:From; b=dpCykoIa9SE6yrs/Vng6IUSph20pgoIOz3UU1P02wsrBEDTUnAWPjZLuN4bq+DqwH fvSkQMU1OBQYG1XsliUTwDrsv+Z0dFhcYMCY5K2+/sH/Bf2EiiI0VE97OZIObaYkL6 kkCXPPc7qHHhN6fk4vTitZAASOg+e+WIgqxhD81Lmp4nJN/wey0idvTknewTIycL/Q qttqQV0ZsuusvXFYHs+AGYptMtotS0I962lfqZJFLZxri1FPG0R+FNtlm57nG9RPVH 7X7v+Cr2FlDCMGySqWUGPE1QU491y8Ga5mB6D0KnBe4rW0xb+FqPS6tGRB8/yb9Y4z JC0miHObGmCeQ== Date: Tue, 12 Oct 2021 09:29:53 +0200 From: Anatolij Gustschin To: u-boot@lists.denx.de Subject: Re: [PATCH] video: move MXS to Kconfig Message-ID: <20211012092953.2811d8b2@crub> In-Reply-To: <20211004153312.11977-1-agust@denx.de> References: <20211004153312.11977-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 17:33:12 +0200 Anatolij Gustschin agust@denx.de wrote: ... > configs/colibri-imx6ull_defconfig | 1 + > configs/colibri_imx7_defconfig | 1 + > configs/imxrt1050-evk_defconfig | 1 + > configs/mx6ul_14x14_evk_defconfig | 1 + > configs/mx6ul_9x9_evk_defconfig | 1 + > configs/opos6uldev_defconfig | 1 + > configs/pico-imx6ul_defconfig | 1 + > configs/pico-imx7d_bl33_defconfig | 1 + > configs/pico-imx7d_defconfig | 1 + > drivers/video/Kconfig | 6 ++++++ > drivers/video/cfb_console.c | 4 ---- > include/configs/colibri-imx6ull.h | 3 +-- > include/configs/colibri_imx7.h | 3 +-- > include/configs/imxrt1050-evk.h | 1 - > include/configs/mx23evk.h | 2 +- > include/configs/mx28evk.h | 2 +- > include/configs/mx6sxsabresd.h | 3 +-- > include/configs/mx6ul_14x14_evk.h | 1 - > include/configs/mx7dsabresd.h | 3 +-- > include/configs/mxs.h | 5 ----- > include/configs/opos6uldev.h | 1 - > include/configs/pico-imx6ul.h | 3 +-- > include/configs/pico-imx7d.h | 1 - > 23 files changed, 22 insertions(+), 25 deletions(-) applied to u-boot-video/master. -- Anatolij