[U-Boot] [PATCH 22/39] dm: sata: imx: Allow driver model to be used for sata

Simon Glass sjg at chromium.org
Tue Jul 4 19:49:14 UTC 2017


Update the sata call to work with driver model.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/arm/imx-common/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c
index 9e83b4221e..1017eb84f9 100644
--- a/arch/arm/imx-common/cpu.c
+++ b/arch/arm/imx-common/cpu.c
@@ -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
-- 
2.13.2.725.g09c95d1e9-goog



More information about the U-Boot mailing list