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 5F503C61DA4 for ; Fri, 10 Feb 2023 01:40:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1C65B85EFA; Fri, 10 Feb 2023 02:40:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.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 7D86985EFA; Fri, 10 Feb 2023 02:40:49 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 40CC885857 for ; Fri, 10 Feb 2023 02:40:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 20F2A4B3; Thu, 9 Feb 2023 17:41:27 -0800 (PST) Received: from slackpad.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CF74E3F71E; Thu, 9 Feb 2023 17:40:43 -0800 (PST) Date: Fri, 10 Feb 2023 01:38:44 +0000 From: Andre Przywara To: Dzmitry Sankouski Cc: Simon Glass , u-boot@lists.denx.de, Anatolij Gustschin Subject: Re: [PATCH 5/5] video console: remove unused 4x6 font Message-ID: <20230210013821.36f91da4@slackpad.lan> In-Reply-To: References: <20221226194929.166369-1-dsankouski@gmail.com> <20221226194929.166369-6-dsankouski@gmail.com> Organization: Arm Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Wed, 11 Jan 2023 20:05:11 +0300 Dzmitry Sankouski wrote: > ok >=20 > =D0=BF=D1=82, 30 =D0=B4=D0=B5=D0=BA. 2022 =D0=B3. =D0=B2 01:40, Simon Gla= ss : > > > > Hi Dzmitry, > > > > On Mon, 26 Dec 2022 at 13:50, Dzmitry Sankouski = wrote: =20 > > > > > > Remove video_font_4x6.h file because it's unused. > > > > > > Signed-off-by: Dzmitry Sankouski > > > --- > > > drivers/video/Kconfig | 6 - > > > include/video_font.h | 4 +- > > > include/video_font_4x6.h | 2155 ------------------------------------= -- > > > 3 files changed, 1 insertion(+), 2164 deletions(-) > > > delete mode 100644 include/video_font_4x6.h > > > =20 > > > > I do think this is useful, e.g. on small displays. How about adding a > > Kconfig for it instead? You can cherry-pick this patch for the conversion: https://patchwork.ozlabs.org/project/uboot/patch/20220110005638.21599-4-and= re.przywara@arm.com/ Cheers, Andre