9
0
Fork 0

eukrea_cpuimx25: add compressed logo support

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Eric Bénard 2010-06-10 09:52:11 +02:00 committed by Sascha Hauer
parent f2abce5336
commit 5ba33bf2e6
1 changed files with 3 additions and 0 deletions

View File

@ -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
if [ -z $eth0.ethaddr ]; then