From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 12 Aug 2015 23:57:58 +0200 Subject: [U-Boot] [PATCH 1/3] cfbconsole: Remove width argument from the logo functions In-Reply-To: <1438787851-31814-2-git-send-email-hdegoede@redhat.com> References: <1438787851-31814-1-git-send-email-hdegoede@redhat.com> <1438787851-31814-2-git-send-email-hdegoede@redhat.com> Message-ID: <20150812235758.08858833@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, 5 Aug 2015 17:17:29 +0200 Hans de Goede wrote: > The passed in width is always VIDEO_COLS. This is a preparation patch > for adding stride != width support to the cfbconsole code. > > Signed-off-by: Hans de Goede Acked-by: Anatolij Gustschin