mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Eric Bénard" <eric@eukrea.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/2] eukrea_cpuimx25: add compressed logo support
Date: Thu, 10 Jun 2010 13:44:05 +0200	[thread overview]
Message-ID: <20100610114405.GL20799@pengutronix.de> (raw)
In-Reply-To: <1276156332-7160-1-git-send-email-eric@eukrea.com>

On Thu, Jun 10, 2010 at 09:52:11AM +0200, Eric Bénard wrote:
> Signed-off-by: Eric Bénard <eric@eukrea.com>
> ---
>  board/eukrea_cpuimx25/env/bin/init |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/board/eukrea_cpuimx25/env/bin/init b/board/eukrea_cpuimx25/env/bin/init
> index 8bcc732..335d7ae 100644
> --- a/board/eukrea_cpuimx25/env/bin/init
> +++ b/board/eukrea_cpuimx25/env/bin/init
> @@ -14,6 +14,9 @@ fi
>  
>  if [ -f /env/logo.bmp ]; then
>  	bmp /env/logo.bmp
> +elif [ -f /env/logo.bmp.lzo ]; then
> +	unlzo /env/logo.bmp.lzo /logo.bmp
> +	bmp /logo.bmp
>  fi

So the lzo support also is of other use than only for the kernel.
Nice :)

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2010-06-10 11:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-10  7:52 Eric Bénard
2010-06-10  7:52 ` [PATCH 2/2] eukrea_cpuimx25: update defconfig Eric Bénard
2010-06-10 11:44 ` Sascha Hauer [this message]
2010-06-10 13:18   ` [PATCH 1/2] eukrea_cpuimx25: add compressed logo support Eric Bénard

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=20100610114405.GL20799@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=eric@eukrea.com \
    /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