From: Haavard Skinnemoen <hskinnemoen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Fix compilation problem in common/cmd_bmp.c
Date: Fri, 11 Jan 2008 10:21:22 +0100 [thread overview]
Message-ID: <20080111102122.031b4205@siona> (raw)
In-Reply-To: <4786C316.9000702@denx.de>
On Fri, 11 Jan 2008 02:15:02 +0100
Anatolij Gustschin <agust@denx.de> wrote:
> @@ -85,7 +85,7 @@ static bmp_image_t *gunzip_bmp(unsigned long addr,
> unsigned long *lenp) return bmp;
> }
> #else
> -static bmp_image_t *gunzip_bmp(unsigned long addr)
> +static bmp_image_t *gunzip_bmp(unsigned long addr, unsigned long
> *lenp)
Ah, that's obviously correct. I guess I forgot to compile test
with !CONFIG_VIDEO_BMP...sorry.
Haavard
next prev parent reply other threads:[~2008-01-11 9:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-11 1:15 [U-Boot-Users] [PATCH] Fix compilation problem in common/cmd_bmp.c Anatolij Gustschin
2008-01-11 9:21 ` Haavard Skinnemoen [this message]
2008-01-11 23:36 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080111102122.031b4205@siona \
--to=hskinnemoen@atmel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox