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

2011-08-04 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1312207303-25153-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 v5 2/2] hwmon: do not init sensors on startup

2011-08-01 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