From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 28 Dec 2018 22:37:07 +0100 Subject: [U-Boot] [PATCH 2/3] video: Add a default TrueType font In-Reply-To: <20181227222519.5946-2-sjg@chromium.org> References: <20181227222519.5946-1-sjg@chromium.org> <20181227222519.5946-2-sjg@chromium.org> Message-ID: <20181228223707.025f14e7@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 Thu, 27 Dec 2018 15:25:18 -0700 Simon Glass sjg at chromium.org wrote: > At present it is possible to enable TrueType support but not include any > fonts. This results in a blank display. Select Nimbus as the default font > to avoid this. > > Signed-off-by: Simon Glass > --- > > drivers/video/fonts/Kconfig | 1 + > 1 file changed, 1 insertion(+) Applied to u-boot-video/master, thanks! -- Anatolij