From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 18 Oct 2020 22:54:41 +0200 Subject: [PATCH] nokia_rx51: disable obsolete VIDEO config In-Reply-To: <20201018204130.heafmtg7cikcrcxs@pali> References: <20201018191827.9603-1-agust@denx.de> <20201018191827.9603-10-agust@denx.de> <20201018204130.heafmtg7cikcrcxs@pali> Message-ID: <20201018225441.7f8f721d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 18 Oct 2020 22:41:30 +0200 Pali Roh?r pali at kernel.org wrote: > > -CONFIG_VIDEO=y > > -CONFIG_CFB_CONSOLE_ANSI=y > > Please, do not disable CONFIG_CFB_CONSOLE_ANSI, it will make debugging > on real Nokia N900 very hard... the patch completely disables video console support, so there is no use for CONFIG_CFB_CONSOLE_ANSI. The reason is that it has not been converted to DM_VIDEO. The conversion deadline was 2019.07 an nobody cared to do it, so I'm going to apply the patch for v2021.01. If you need video console support, then please convert to DM_VIDEO. Thanks, Anatolij