commit | e66dc08c0fad2d3ea556b51993981bd7e6a74dd8 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jan 27 16:12:21 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 27 23:42:39 2009 +0100 |
tree | 63add98351b9cef8c16b0a8f6d293ca3b3db3fdd | |
parent | 413dfc77945ec5d308021e2dfacad1d0934063e1 [diff] |
SATA: do not auto-initialize during boot Rather than have the board code initialize SATA automatically during boot, make the user manually run "sata init". This brings the SATA subsystem in line with common U-Boot policy. Rather than having a dedicated weak function "is_sata_supported", people can override sata_initialize() to do their weird board stuff. Then they can call the actual __sata_initialize(). Signed-off-by: Mike Frysinger <vapier@gentoo.org>