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 0C43EC0015E for ; Tue, 1 Aug 2023 13:00:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 374F086C7A; Tue, 1 Aug 2023 15:00:26 +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=1690894826; bh=9CEq+g6IZMllsoSKXQ50SkQDKJ97M7bp2sCnf8bV9+Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=RI4eKnbsgdGjja9M/2WWSb0DsLPQC/a4UpdqFATu9j4ZqwgDkFnYMQo2bEYt0lmya xHO/w0BYgNitru6AcwCR2MQHgDuQ2d0DrMxbUztsCnRRPlfywF2IUuBnBp7YLf5LX5 jzjhFbA6kuJlu6/7PoUyhJfzBkh5XPUzwW09A7M/kAvbIDdFWXReZ3Im4hzwMoEcp9 SNyu6M6Yt0YhBeiy3xLdWljHcZq6chz3XF4f171bA4vzHh8/RXG9a/QDo1yNlCy0fs /eTYpDP5QIrqKjxshEClAg+ezs3/oeDCCD58DvAD0csrk//3WpWp68oqU3pds1qudB NO+nfMRoCDbsA== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (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 7648D86ABF; Tue, 1 Aug 2023 15:00:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690894824; bh=9CEq+g6IZMllsoSKXQ50SkQDKJ97M7bp2sCnf8bV9+Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gOQt2U+RPBschA7jJ1Tzs0k/5Mg6Y5g+G0ilBV5+dqhabAVpt8dlk424Cdiuuz6wI UNpVyJEe7N5nXRTMjT5cvnnFmadrsGrpolWEhZA1ypTPi/On55hKlFIAr+WoJKw5CZ zCpjZNwdDbFED5KbFeUsC6xza+q6tIAi4xxcHIZ1nGPJUuKVWwOOqJ7w4lzs6eOcDJ 221zbw1aAg5E50wQ6UPibZMh9+r2BibNOHgOsRCfy4U9s+mhegAa4psahsQ49IA7Pl 3X5e0lWWMyjpciJr4ZtEtcVpCd7J+tW8rREWu8CuJl+llUBSA4oOzo1MtdWmhDtGcK wD80O1N1J3Rhw== Date: Tue, 1 Aug 2023 15:00:23 +0200 From: Anatolij Gustschin To: Bin Meng Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH 06/18] video: kconfig: Fix wrong text for the PCI default FB size Message-ID: <20230801150023.52ce46f0@crub> In-Reply-To: <20230723044041.1089804-7-bmeng@tinylab.org> References: <20230723044041.1089804-1-bmeng@tinylab.org> <20230723044041.1089804-7-bmeng@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Sun, 23 Jul 2023 12:40:29 +0800 Bin Meng bmeng@tinylab.org wrote: > There is an example in the VIDEO_PCI_DEFAULT_FB_SIZE help text to > tell people how to calculate its value but the resolution given > does not match the value. Fix it. > > Signed-off-by: Bin Meng > --- > > drivers/video/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij