diff options
author | Tom Rini <trini@ti.com> | 2014-12-10 09:07:25 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-10 09:07:25 -0500 |
commit | 9b416a9f4ca7cf5ac4d5f7143d67edde7f7d7326 (patch) | |
tree | 3860918ed8ce1a395d7dea349faee5485dd45948 /arch/arm/imx-common/cpu.c | |
parent | d51aae64236878b72283bd135df716e30f7f5ded (diff) | |
parent | 9e89a64fbd0ddfde17741b38cc95fbdc02679d86 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/imx-common/cpu.c')
-rw-r--r-- | arch/arm/imx-common/cpu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index b58df7da6f..28ccd29594 100644 --- a/arch/arm/imx-common/cpu.c +++ b/arch/arm/imx-common/cpu.c @@ -206,6 +206,9 @@ void arch_preboot_os(void) { #if defined(CONFIG_CMD_SATA) sata_stop(); +#if defined(CONFIG_MX6) + disable_sata_clock(); +#endif #endif #if defined(CONFIG_VIDEO_IPUV3) /* disable video before launching O/S */ |