mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
dm: sata: imx: Allow driver model to be used for sata
Update the sata call to work with driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f19f1ecb60
commit
7e0712b26e
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void arch_preboot_os(void)
|
|||
imx_pcie_remove();
|
||||
#endif
|
||||
#if defined(CONFIG_SATA)
|
||||
sata_stop();
|
||||
sata_remove(0);
|
||||
#if defined(CONFIG_MX6)
|
||||
disable_sata_clock();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue