Re: [U-Boot] [PATCH 2/2 v2] hwmon: do not init sensors on startup

2011-01-09 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1292232401-26523-1-git-send-email...@denx.de> you wrote: > The U-Boot Design Principles[1] clearly say: > > Initialize devices only when they are needed within U-Boot, i.e. don't > initialize the Ethernet interface(s) unless U-Boot performs a download > over

[U-Boot] [PATCH 2/2 v2] hwmon: do not init sensors on startup

2010-12-13 Thread Heiko Schocher
The U-Boot Design Principles[1] clearly say: Initialize devices only when they are needed within U-Boot, i.e. don't initialize the Ethernet interface(s) unless U-Boot performs a download over Ethernet; don't initialize any IDE or USB devices unless U-Boot actually tries to load files from