BOOT LOGO REMOVE

priya
hi guys can someone tell me how to make the boot logo go away.Or what is it
that decides how much time the logo stays there?Actually i want to use the
whole tft for debugging purpose, when i run my code half of the screen is
occupied by the logo. i can only see in the remaining half my program debug
strings:(

luv priya

priya
done ..thanks !

mikeb
what did you do to remove it?

kevin
u have to write the control characters to the console file.google it u'll
find

Jokin
Hi! Is there any way to remove the startup logo without to recompile
kernel??? Please explain clearly the way to remove it.
Thanks a lot.

Paul
How do you change the startup logo?
Even recompiling the kernel is fine :)
Thanks

Andreo
Can you please explain, how you done it??
thanks

Frank
What I did ( with recompiling ) 

go to kernel subdir.
make menueconfig
--> device drivers
----> Graphics support
-------> Bootup logo ( unselect this one )

M-1
If you want to avoid recompiling, you can also add this line to your
/etc/init.d/rcS (I put it on a new line after '/sbin/hwclock -s'):
clear > /dev/tty1
The logo will be visible though, but only for about 5 seconds. Then it
disappears.