linux newbie wrote:
> Thanks for quick reply :).
>  
> One possible reason for high boot time is that I am trying to boot from
> USB (which wont be in our final version).
>  
> I am precisely looking for the way to reduce loading of modules which
> are not necessary for our system.

I'm not sure how much time you are spending in the kernel, but
to see some detail about your driver initialization times, try
adding 'initcall_debug' to the kernel command line.

See http://elinux.org/Initcall_Debug for details.

Also, you might try turning on printk times:
See http://elinux.org/Printk_Times

 -- Tim


=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Corporation of America
=============================

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to