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 6CC19EB64DC for ; Mon, 17 Jul 2023 15:23:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A4C8386673; Mon, 17 Jul 2023 17:23:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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=1689607429; bh=xPzRM8hpBHK40jcuKWlBYObiEWFkEs81N+8I5ivfMO8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=VsckHxIRTcH5xJMB6dVzLaPK15X9NmTtnUCwblV8/gL1CVFGNFVtzMUajs9fZK8x+ +a4IStsUrk5AfJFCcu/dQYm3+/Pw8+MH19/3EqS/OD4ZBn9eGlbo31YDdmp8Pon5// zplZUcHJs9+joBS5+aKHb9mOus+yqR0d2r+yaG+yzNTRy4lSXJC0ZlUAPY1wd5RJ+s S8oOxHsP/leuCaK0A3qU1EM6+vLM/VRv/2xLN6CKFtZWypS+NA82mGGynrkvJSdnqW Fh+PScQc43ZNUhC/2glQsxR3nnz85PlRE5niQS44DSf5BQeg15RWkYhHJyWvgjNAgS GIgCHo26jU5HA== Received: from crub (pd95f1621.dip0.t-ipconnect.de [217.95.22.33]) (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 2D1FE86669; Mon, 17 Jul 2023 17:23:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1689607428; bh=xPzRM8hpBHK40jcuKWlBYObiEWFkEs81N+8I5ivfMO8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IFoAg+P0WaeknLj9FCNuiB+9aTosWuAd+0mR9YucNmGODVsHzZmUiBenEWrb4FLZn 3+v6yW+zUwQUxa5F04KNLQFUgP5NVo78AYnCxSoapNdW02wwNyX/0fcL1sGSm0RHbE 7jkG6CqrtUrtfYJNWKrjqSBaHI83Q5yGeCKXwcUo++rAiywQtx7aQWGKNtQbcmqysE 37xyhP8QDTe0F1wBDcA/pL+vQIwAOy1TJP5sz42gYwg0gutAm4AnKwnxhWDjGhX/qR wexKqKiWnERJsJY6/YiKI2ZzVwdPg3XoOaQkF4AFBIAKpvpGvrH7Ibt9elzBTWgAEz UiXeSuRKJCYjg== Date: Mon, 17 Jul 2023 17:23:47 +0200 From: Anatolij Gustschin To: =?UTF-8?B?T25kxZllag==?= Jirman Cc: u-boot@lists.denx.de Subject: Re: [PATCH] video: console: Fix default font selection Message-ID: <20230717172347.2b4f202b@crub> In-Reply-To: <20230525121715.836196-1-megi@xff.cz> References: <20230525121715.836196-1-megi@xff.cz> 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.8 at phobos.denx.de X-Virus-Status: Clean On Thu, 25 May 2023 14:17:15 +0200 Ond=C5=99ej Jirman megi@xff.cz wrote: > From: Ondrej Jirman >=20 > Some callers expect to call this with NULL font name to select the > default font (eg. boot/scene.c). Without handling the NULL condition > U-Boot crashes instead of displaying a bootflow GUI menu. >=20 > Signed-off-by: Ondrej Jirman > Cc: Anatolij Gustschin > --- > drivers/video/console_core.c | 6 ++++++ > 1 file changed, 6 insertions(+) applied to u-boot-video/master, thanks! -- Anatolij