Skip to content
Snippets Groups Projects
Commit cf7e399f authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 50970839
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment