From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 22 Feb 2021 20:22:09 +0100 Subject: [PATCH] video: Drop unprintable characters from video_font_data.h In-Reply-To: <20201217035153.397910-1-sjg@chromium.org> References: <20201217035153.397910-1-sjg@chromium.org> Message-ID: <20210222202209.2d545e02@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 Wed, 16 Dec 2020 20:51:53 -0700 Simon Glass sjg at chromium.org wrote: > This file contains characters which are not valid in utf-8. This confuses > dtoc which wants to parse it. They don't really serve any purpose anyway, > so drop them. > > To: U-Boot Mailing List > Cc: Tom Rini > > Signed-off-by: Simon Glass > --- > include/video_font_data.h | 258 +++++++++++++++++++------------------- > 1 file changed, 129 insertions(+), 129 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij